Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.09 KB

README.md

File metadata and controls

41 lines (32 loc) · 1.09 KB

Recycling Quiz Build Status

Short Recycling trivia challenge to teach Detroit residents about how recycling is done in their city.

Getting Started

This project was created using:

Setup Local Environment.

  1. Download the repo.

    $ git clone git@github.com:CityOfDetroit/recycling-challenge.git
    
  2. Install node dependencies.

    $ yarn
    
  3. Run local instance.

    $ yarn start
    
  4. Run tests.

    $ yarn test
    
  5. Build production code.

    $ yarn build
    

Resources