Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 596 Bytes

File metadata and controls

20 lines (15 loc) · 596 Bytes

openwaters.io website + API

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.

Development

Start both website and API:

npm run dev

This runs:

Start individually:

npm run dev:website   # Astro site only
npm run dev:api       # API only