A modern interface to explore fossil scans.
Website: Boneyard.io
Prerequisites
- Ruby 2.2.3
- Bundler 1.10.6
- postgres
bundle install
bundle exec rake db:create
bundle exec rake db:migrate
bundle exec rails server
- Fork the repo (https://github.com/HackTheDinos/boneyard)
- Create a branch off master
- Use RubyMine, TextEdit, Vim, Emacs, or whatever to edit files
- Git commit and push to your forked repo
- Issue a pull request against the HackTheDinos repo