Short Recycling trivia challenge to teach Detroit residents about how recycling is done in their city.
This project was created using:
- Webpack as a web application bundler.
- Yarn to manage project dependencies.
- COD-Design-System for UI components.
- Cypress for testing.
- TravisCI for continuous integration.
-
Download the repo.
$ git clone [email protected]:CityOfDetroit/recycling-challenge.git
-
Install node dependencies.
$ yarn
-
Run local instance.
$ yarn start
-
Run tests.
$ yarn test
-
Build production code.
$ yarn build