$ foreman start -f Procfile.dev
$ bundle exec rake
currently, cucumber tests are broken due to the react integration. Will need repairing at some point. RSPECs should never fail
Create a DB called plis_development
with user gaston
$ bundle exec rake db:create db:migrate && npm i
$ cd client/ && npm i
Create a DB called plis_test
with user gaston
$ bundle exec rake db:test:prepare
$ bundle exec rake db:seed
will create a user you@me.com
with password 1234
- Make it invitation-based only
- [ ]