Skip to content

reubenson/arc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

137 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributing to the project

Prerequisites for this project include: Ruby, Rails, and Postgres

Workflow for new contributors

  1. Clone project
  2. Make a new branch
  3. Run bundle install
  4. Run rake db:create
  5. Run rake db:migrate
  6. Run rake db:seed
  7. Run rails s to start your local server
  8. Commit changes to your branch and push to origin/master

Workflow for open source contributors

  1. Fork project
  2. Complete steps 1 - 7 above (under 'Workflow for new contributors').
  3. Commit changes to your branch and push to your fork.
  4. Create a pull request.

Notes

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).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors