Getting Started
Create a new project and start a local development environment:
bash
$ pnpm dlx @sku-lib/create my-app --template=vite
$ cd my-app
$ pnpm startOr create in the current directory:
bash
$ pnpm dlx @sku-lib/create . --template=vite
$ pnpm startBy default, a new project's dependencies will be installed using the package manager it was run with.
