Ensure you have the following set up locally:
Clone the repository using any of the methods stated below.
Via SSH
git clone git@github.com:chiamakaikeanyi/paint-app.git
Via HTTPS
git clone https://github.com/chiamakaikeanyi/paint-app.git
cd paint-app
Run
yarn
Run
yarn start
The browser is expected to launch the app on the browser on http://localhost:3000.
If you have never worked with the technologies used in this repository, here are links to some documentations that may help:
Run tests to validate that code changes doesn't degrade the application.
yarn test
yarn test:coverage