This app is just another voting app. We develop it for fun. ;)
yarn install
yarn start
- Fork it (https://github.com/prontotools/vote-your-hero/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request