HackTheDinos / boneyard

An application to search and explore fossil scans
http://boneyard.io
2 stars 1 forks source link

Boneyard

A modern interface to explore fossil scans.

Presentation Link

Website: Boneyard.io

Deploy

Setup & Configuration

Prerequisites

Bundle up gems

bundle install

Setup database

bundle exec rake db:create
bundle exec rake db:migrate

Running the application

Command line

bundle exec rails server

Contributing

  1. Fork the repo (https://github.com/HackTheDinos/boneyard)
  2. Create a branch off master
  3. Use RubyMine, TextEdit, Vim, Emacs, or whatever to edit files
  4. Git commit and push to your forked repo
  5. Issue a pull request against the HackTheDinos repo