Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,19 @@ The goal of the app is to scratch one of our personal itches as a remote team: h

=== Installation instructions

$ git clone git@github.com:diacode/holidays.git
$ git clone https://github.com/diacode/holidays.git
$ cd holidays
$ bundle install
$ npm install -g webpack
$ npm install
$ cp config/database.yml.example config/database.yml
$ rake db:setup
$ foreman start -f Procfile.dev

* Open the app in your browser (locally at http://127.0.0.1:3000)
* Sign in with the seeded[https://github.com/diacode/holidays/blob/master/db/seeds.rb] credentials!
* Email: admin@diacode.com
* Password: +12345678+

=== Configuration

Expand Down