Skip to content

tkjones117/macovidvaccines.com

 
 

Repository files navigation

macovidvaccines.com

Overview

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.

Local Development

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

Accessibility

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:

axe sample report

Copyright 2021 Olivia Adams and Ora Innovations, LLC. All rights reserved.

About

macovidvaccines.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.1%
  • HTML 4.9%
  • CSS 1.0%