NOTE: this project supports Node v16 and higher
For running this project, you will first need to install yarn.
Once you have yarn installed, make sure you have all the latest changes of the repository (git pull
), and follow these steps :
-
Install dependencies with
yarn install
-
Start the dev server with
yarn start
-
Visit http://localhost:5000 to see the project