Ensure docker and docker-compose are installed, then run
docker-compose -f dev/compose.yml up
Currently, there aren't any real complexities in running this project so doing so from your local environment is very simple - and can result in a more responsive development experience.
From the root of the web-ams directory:
yarn install
yarn setup
Ensure .env.local values are set. See dev/compose.yml for the values to set.
yarn start
- Read authoring-components
- Write unit tests. Not too many, but enough.
- Ensure minimum code coverage of 80%
- TODO