- Download repo
- 'bundle install' and 'yarn install' from your terminal
- 'yarn run start' and 'rails s' from your terminal
- Create the database: 'bundle exec rake db:create', 'bundle exec rake db:migrate', 'bundle exec rake db:seed'
- Navigate your browser to localhost:3000
If you download to play locally, you will still need two accounts to play against each other. To this end, once you have the server running simply open a separate instance of the application in another browser and create a second account.
- Ruby Version 2.4.5
- Run tests with 'bundle exec rspec' and 'yarn run test'