Skip to content

biodiv-platform/cca-ui

Repository files navigation

CCA UI

Community Conserved Areas UI

code style: prettier typed with TypeScript framework: nextjs

📦 Getting Started

yarn install
cp src/configs/site-config.example.js src/configs/site-config.js  # setup with appropriate properties
yarn start # will start development server on port 3000

👷 Production Build

yarn build
yarn serve           # will start production server

📝 Generate TS Interfaces from Swagger UI

For end to end typesafe models this grately reduces chances of typos and amazing autocomplete ✨

./typegen.sh         # To regenerate modal(s) from microservices endpoints

📄 License

Apache-2.0 © Strand Life Sciences

Releases

No releases published

Languages