Skip to content

agency-of-learning/conference-app

Repository files navigation

🎤 Conference app

The conference app is used help conference attendees to be informed about the talks and speakers, to build a schedule of talks they would like to attend and get notified of updates.

Contribute

Step 1:

git clone git@github.com:agency-of-learning/conference-app.git

or

Fork repository

Step 2:

cd conference-app

Step 3:

bundle install

Step 4:

bin/rails db:setup

Step 5 (Note: this may fail if master.key is needed):

Open terminal in the conference-app directory run:

bin/dev