Skip to content

bus-detective/pro

Repository files navigation

BdPro

Import demographic data

 mix run priv/repo/seeds.exs
 mix bd.census.import

Feature tests

Feature tests rely on a running phantomjs. Start one with:

phantomjs -w

Learn more

License

This project rocks and uses (MIT-LICENSE).

Contributing

GitHub's guide for Contributing to Open Source offer's the best advice.

tl;dr

  1. Fork it!
  2. Create your feature branch: git checkout -b cool-new-feature
  3. Commit your changes: git commit -am 'Added a cool feature'
  4. Push to the branch: git push origin cool-new-feature
  5. Create new Pull Request.