Comprehensive online resource for hantavirus information and prevention.
apps/web- React and Vite frontend.apps/api- Express API service backed by PostgreSQL.database/migrations- ordered PostgreSQL migrations.database/seeds- development-only seed data.tasks- bounty task descriptions.
- Copy
.env.exampleto.envand updateDATABASE_URLif needed. - Install dependencies with
npm install. - Start the API with
npm run dev:api. - Start the web app with
npm run dev:web.
npm run buildbuilds all workspaces.npm run typecheckruns TypeScript checks for all workspaces.npm run lintcurrently runs the same strict TypeScript checks.npm run testruns workspace tests when they exist.