NB
: I use volta to manage node and pnpm versions.
NB
: Please also ditch using npm altogether, do use pnpm for god's sake.
Install node using volta:
volta install [email protected]
Install pnpm using volta:
volta install [email protected]
Go to the root of the repository and run the following command:
pnpm --recursive install
Now you are ready to run the app.
pnpm run dev
pnpm run dev:server
NB
: please run the following commands from the root directory of this monorepo
./docker/.scripts/dockerize-front-end
./docker/.scripts/dockerize-back-end
./docker/bin/run-front-end
./docker/bin/run-back-end
now, open your web browser at http://localhost:3000/ to see how the front-end looks like.