Skip to content

CityOfDetroit/recycling-challenge

Repository files navigation

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 [email protected]: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