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
yarnto install dependencies - duplicate
.env.exampleand rename to.envand get a copy of the env vars from someone on the team - run
yarn devto start the Next server which will be viewable athttp://localhost:3000
- TBD
- TBD