Hatch-www is the main repository for Hatch's frontend web interface. You can access the latest deployment at hatch.lol. It is deployed automatically via Cloudflare Workers.
Clone the repository:
git clone https://github.com/hatchdotlol/hatch-www
cd hatch-www
Make sure you have Node.js installed, then install dependencies.
npm install
Finally, run the dev server.
npm run dev
Now, make some changes and you'll be able to view and test them at the URL given by the dev server.
For the backend repository, see hatchdotlol/hatch-api
For the forums, see hatchdotlol/forums