Reproducible builds for Sveltekit using Nix flakes.
ORIGIN=http://localhost:3000 nix run github:knarkzel/sveltekit-nix
cd ./
nix develop
# now something like this to run the webserver.
./test_js.sh
(port / url will be printed)
# and something like this to run the background task
./test_python.sh