Make sure you've got yarn
(1.+) and node
(8.5+).
Clone & switch to the right branch.
git clone [email protected]:diegoddox/speedster.git
cd speedster
Run the setup script to install the dependencies & run tests.
yarn install --ignore-engines
yarn start
Run the desktop app
yarn run start:monitor
This is a monorepo: multiple JS packages in 1 git repo.
We use lerna to help us.