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