After you get this repo, make sure to install all the required dependencies using either:
npm ci # Install using lockfile
npm install # Install without lockfile
After that, you can run the local server with:
npm run server
Or you can click here to run this app directly from this repository using gitrub pages.