- Clone the repo, of course.
- Download node js, look here on how to do it. Make sure to have at least v20 and above!
- Download the tooling needed for development.
npm install- start the development server
npm run dev --open-
your browser shoudl open automatically. open your browser at http://localhost:5173
-
if you want to build for deployment (not needed if you just want to see the outcome)
npm run buildthe resulting build should exist in ./dist directory.