-
Git
-
Nodejs v14+
-
Visual Studio Code
Everyone should have yarn
installed globally.
To install yarn, run -
npm i -g yarn
Everyone should also have Prettier
extension installed in VS Code
-
Clone this repo
-
cd
into the project folder -
Install dependencies
yarn install
-
To start server, run
yarn dev