If you don't have yarn
installed as a global dependency you can install it by running the command: npm install -g yarn
To start the project run yarn
to install the dependencies and yarn dev
to run the project in the development environment,
This project uses prettier as the code formatter, so please make sure that you have it installed.