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