This project is a rewrite of https://catalog.asylumconnect.org
- Nextjs
- React
- Redux
- CSS Modules
- More to come
The scope of the project is tracked in the Issues tab
- Clone this repo
- run
yarn
to install dependencies - duplicate
.env.example
and rename to.env
and get a copy of the env vars from someone on the team - run
yarn dev
to start the Next server which will be viewable athttp://localhost:3000
- TBD
- TBD