/ELSC

Primary LanguageRuby

ELSC

Build Status

This is a web app for the East London Stripper Collective.

Setup

Ensure you have the correct Ruby version installed. See the .ruby-version file.

# Install bundler, the dependency manager
gem install bundler

# Install the dependencies
bundle install

# Run the tests
bundle exec rake

# Run the application
bundle exec shotgun

# Now go to localhost:9393