Welcome to Poodl!
To get your development environment setup, follow the instructions below.
Before starting development, familiarize yourself with the merge strategy in the wiki
If you are not sure if you do, type yarn -v
, npm -v
, and node -v
and it will either say command not found
or tell you a version number.
If any of the above are not installed, using homebrew, type brew install yarn
or brew install node
. npm comes with node
We are on yarn 1
, npm 6
, and node 8
Make sure you have the correct yarn installed
git clone <remote>
npm install && npm run client-install
yarn start:dev
See the wiki page for our git merging strategy