Skip to content

prontotools/vote-your-hero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vote Your Hero!

This app is just another voting app. We develop it for fun. ;)

Development setup

yarn install
yarn start

Contributing

  1. Fork it (https://github.com/prontotools/vote-your-hero/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request