(and it will probably still be after this is finished)
BUT this might be a good opportunity to get into Svelte.js
Make sure to have NPM installed
# First, run
npm install
# to install all the dependencies
# Then, run
npm run dev --- --open
# to start the dev server and open the browser
# To build the project, run
npm run build
# and it will be in the `public` folder