The frontend is pretty simple, using sveltekit for the UI and routing. If you see something and think it could be a good change, feel free to either suggest it in #issues, the discord, or to simply fork the repo, make the change, and open a PR.
All you need installed is NPM and a recent verion of NodeJS (LTS preffered)
To see the project, inside the /frontend
folder run
npm i
npm run dev
To build a production version in /frontend/dist
run
npm run build