Tomo is a React application that allows language learners to schedule anonymous language exchange sessions without the hassles of coordinating a specific date and time.
Stack: React, Cypress, Heroku, Travis CI
-
Install node:
brew install node
-
Install yarn:
brew install yarn
-
Download dependencies:
yarn
-
To start the server:
yarn start
- Run with
yarn cy:test