fizzbuzz Clone repo (git clone git@github.com:reergymerej/fizzbuzz.git) Install deps (yarn or npm i) Start tests (yarn test --watch or npm test -- --watch) Update src/index.js until the tests pass.