Thank you for taking the time to contribute!
- Clone this repository
- Install dependencies:
yarn install
- Run tests:
yarn test
- Start the development server:
yarn start
- Open your webbrowser (preferably Chrome) at http://localhost:8080
Please make sure that all tests pass (yarn test
) and the code
is linted (yarn lint --fix
) before opening a pull request.