You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

479 B

todo: instructions, test clone/deploy

Deployment Instructions

Local Installation

  • Fork this repo and then clone it to your local computer
  • Run npm i to install all dependencies
  • Run npm start to start local environment and automatically open browser

Deploy to Heroku

  • Run heroku create -b https://github.com/mars/create-react-app-buildpack.git to create heroku app
  • Run git push heroku master to push code to heroku
  • Run heroku open to open remote app