noisekit
v1.7.0
Published
Start a SvelteKit project with the noiseKit stack.
Maintainers
Readme
noisekit is a CLI tool to quickly scaffold a new SvelteKit project with the noiseKit stack.
The noiseKit Stack
A web dev stack by noiseRandom.
Getting Started
To start a new project using the noiseKit stack, run the following command:
npx noisekit@latestAfter the process completes, you can navigate into your new SvelteKit project directory:
cd <your-project-name>
npm install
npm run dev