This is just a template I use for my projects.
Feel free to use it for your own projects. ✨
deno install --allow-scripts
deno task dev
runs the dev server most likely on port 5173 if it's available (http://localhost:5173) deno task build
builds the projectdeno task preview
runs the production builddocker build -t sveltekit-deno .
docker run -p 3000:3000 sveltekit-deno