Make sure deno in installeed on your computer. https://docs.deno.com/runtime/getting_started/installation/
Run deno install to get all the needed dependencies, you need to run it on a fresh installation or if the dependencies have been updated.
Run deno run dev to start a local dev server that will enable hot reloading on http://127.0.0.1:3000/
Run deno run build to generate a dist folder containing the release build of the website
Current vite version only works with deno 2.3.1