Use ready-svelte-go instead
Copy sveltekit-init to /usr/local/bin, and copy .sveltekit-init to your $HOME directory
sudo cp -f sveltekit-init /usr/local/bin; cp -r .sveltekit-init $HOME
Create a SvelteKit project
npm create svelte@next new-project
Then run the script
sveltekit-init path/to/new-project
An easy to use framework for lightweight interactive websites
CSS made easier
Components built on top of TailwindCSS, making website prototyping way faster
An extremely helpful tool for component design.
A directory named bookit will be created in the src directory of your project, with an example component inside it. You may use this directory when prototyping new components.
Done! go build your idea