To get started, clone the repo and navigate to the project directory and install dependencies with npm install
or yarn install
To run the app in development mode, run npm start
To run the app in production mode, run npm run build
To run the tests, run npm test