Prerequisites for this project include: Ruby, Rails, and Postgres
- Clone project
- Make a new branch
- Run
bundle install - Run
rake db:create - Run
rake db:migrate - Run
rake db:seed - Run
rails sto start your local server - Commit changes to your branch and push to origin/master
- Fork project
- Complete steps 1 - 7 above (under 'Workflow for new contributors').
- Commit changes to your branch and push to your fork.
- Create a pull request.
The database modeling is roughly as follows: An artist has works, and each work is comprised of pieces. The goal is to generate a variety of layouts to suit a variety of needs. Currently, there are two layouts being developed - squareformat(html and (scss) and wideformat(html and scss).