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
479 B
todo: instructions, test clone/deploy
Deployment Instructions
Local Installation
- Fork this repo and then clone it to your local computer
- Run
npm ito install all dependencies - Run
npm startto start local environment and automatically open browser
Deploy to Heroku
- Run
heroku create -b https://github.com/mars/create-react-app-buildpack.gitto create heroku app - Run
git push heroku masterto push code to heroku - Run
heroku opento open remote app