Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

Latest commit

 

History

History
39 lines (27 loc) · 442 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 442 Bytes

Games Tracker

Dependencies

  • Ruby 2.5.1
  • Node 9.11.1
  • PostgreSQL 10.4

Development

$ brew install hivemind
$ bundle install
$ yarn install
$ yarn setup
$ yarn start

Test

To start api tests run:

$ yarn test:api

To start client tests run:

$ yarn test:client

To start end-to-end tests run:

$ yarn cypress