noisekit
is a CLI tool to quickly scaffold a new SvelteKit project with the noiseKit stack.
A web dev stack by noiseRandom.
To start a new project using the noiseKit stack, run the following command:
npx noisekit@latest
After the process completes, you can navigate into your new SvelteKit project directory:
cd <your-project-name>
npm install
npm run dev