This is the front-end software that powers www.macovidvaccines.com. Technology used is React JS. This code is uploaded to AWS whenever there is a commit to the master branch.
Once you've cloned the repository, install dependencies:
# with npm
npm ci
# with yarn
yarn
Then run the local development server:
# with npm
npm run start
# with yarn
yarn start
This project uses axe as a way to encourage accessibility-friendly coding practices. Axe provides feedback when running this application locally and when running tests.
This is an example of the type of feedback axe can provide in the developer console: