A site for promoting an event and collecting ideas for that event.
bundle install
- Run
cp config/database.yml.example config/database.yml
and modify as needed. Then runrake db:create
andrake db:schema:load
to get your database ready. - Run
cp .env.example .env
and modify as needed. - Run
rake secret
and copy the generated value intosecret_token.rb
. foreman start web
and get developing!
There are also some remnants of the site this came from laying around in PagesController
and its views, as well as the assets folder. For now, this has been left around as a suggestion of structure, but you should feel free to delete these if you don't want them.
It's nothing fancy yet, but you can change some colors in app/assets/stylesheets/globals.css.scss
.
I don't have any tests. Deal with it.