Get #sveltekit working on #replit in a few steps:

1) create blank repl
2) got to shell and type npm init svelte@next
3) let it do magic ( installs npm etc )
4) install to current directory
5) edit replit.nix --> add ``` run = "npm run dev -- --host"```
6) hit run

#replit #svelte #sveltekit #npm

@triptych what is replit?
Start coding instantly with Replit's browser-based IDE

Run code live in your browser. Write and run code in 50+ languages online with Replit, a powerful IDE, compiler, & interpreter.

replit
@danutu It's a site where you can create websites, games, anything web based and host it