Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 321 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 321 Bytes

How to run this project

To run this project run the following commands:

To install the dependencies run npm install or yarn.

Once the dependencies are installed run npm start or yarn start to run the project on your local machine.

To build for production run npm run build 0r yarn run build