hyperarchy
hyperarchy copied to clipboard
Bootstrapping the application
Let's add better documentation and make the workflow smoother for bootstrapping the application.
A couple issues I've run into so far:
- Prequel is defined in the Gemfile like so:
gem 'prequel', :path => 'vendor/prequel'which requires the user to clone prequel intovendor/prequelbefore the application canbundle. - Monarch is not included in the
app/assets/javascriptsso the application bombs with aActionView::Template::Error (couldn't find file 'monarch/lib/monarch'
I just noticed there is a .gitmodules file here.