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?
@danutu It's a site where you can create websites, games, anything web based and host it