A Rails website for Blujm game jam.
Make sure you have a working version of Ruby installed, with the Bundler gem.
Clone blujm and navigate to the folder:
git clone https://github.com/bluefantail/blujm.git
cd blujm
Install dependencies using bundler:
$ bundle install
Nothing here yet.
After everything is installed, and database migrations have been sorted, run:
$ rails s
blujm should be available at http://localhost:3000
Content for the various site sections are in the following partials:
About: _about.html.erb
Enter: _enter.html.erb
FAQ: _faq.html.erb
Where: _where.html.erb
Contact: _contact.html.erb