This repository contains the source code for the openwaters.io website and its accompanying API. The project is built using Astro for the frontend and Express for the backend API, all managed within a monorepo structure.
npm run devThis runs:
- Website at http://localhost:4321
- API at http://localhost:3001
npm run dev:website # Astro site only
npm run dev:api # API only