An app that allows you to play the "Would You Rather?" game.
You will need to install either npm or yarn before installing this project.
- install all project dependencies with
npm install
oryarn
. - start the development server with
npm start
oryarn start
.
See CONTRIBUTING.md for information.
This project was built from Udacity's Starter Code for the Would You Rather Project.