noisekit
is a CLI 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
The tool will prompt you for the name of your new project.
It will then perform the following steps:
shadcn-svelte
.shadcn-svelte
components.svelte-seo
.After the process completes, you can navigate into your new SvelteKit project directory:
cd <your-project-name>
npm run dev