Landing page for selecting a game https://darts-games.netlify.app/
The /src
directory contains plain HTML and CSS files, and asset directories. You can edit or serve these locally however you like.
cd src
npx lite-server
A build
command copies the contents of /src
to /build
to allow CI to have something to run.