A super simple app to tell you if you should take a brolly today.
Really just an excuse to learn some new React APIs and mess around.
- Install deps:
yarn
- Run app locally:
yarn start
- Run tests:
yarn test
oryarn test-tdd
- Run
yarn deploy
to push to GH pages
Note: may have to delete the gh-pages
branch on github first