Pre-requisites
-
Node.js 18+
-
Yarn (install with
sudo npm i -g yarn
) -
Docker Desktop/Engine
Install Dependencies and Start App
- Install dependencies:
yarn install
- Start app (frontend and backend):
yarn start
- Start frontend only:
yarn frontend
- Start backend only:
yarn backend