Note: These installation steps assume you have a MacOS machine.
The prerequisites for this application is to have the following installed:
- NodeJS
- NPM/Yarn
Once you have everything installed, you can setup the application by doing the following:
- Install dependencies
yarn/npm install
And you should be good to go!
To start the application, you simply need to run:
yarn start
or
npm start