Helvellyn | Helvellyn.js | Credible
A Ruby on Rails based content management system that exposes a customisable API for publishing content.
git clone https://github.com/thombruce/helvellyn.git
cd helvellyn
rake db:setup
rails s
Alternatively, you can launch the app immediately with just the click of a button:
Helvellyn devlopment uses GitHub Flow, which is a very minimalist approach to Git flow. The master branch is always production-code, ready to deploy. Code that is in development is reviewed in isolation on its own feature branch and its related pull request before being merged to master.
bundle exec rspec
You may need to install Chromedriver to run system specs.
To exclude system specs from the test run:
bundle exec rspec --exclude-pattern "spec/system/**/*.rb"
Details about how you can sponsor the project to follow.
Sponsors will be listed here.
Significant contributors will be listed here.