Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 270 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 270 Bytes

Test Project for Januus

$ git clone git@github.com:kushniryb/januus-exp.git
$ cd januus-exp
$ rvm use ruby-2.4.0@januus-exp --create
$ gem install bundler
$ bundle
$ cp config/database.yml.example config/database.yml
$ rails db:setup
$ npm install
$ rails s