The project is configured to use pnpm workspaces, which means that you can install node_modules
of all packages in
repository, with single command:
pnpm install
Start both: backend and webapp
pnpm saas up
pnpm saas backend up
pnpm saas webapp up
In order to run your local documentation server execute following command:
pnpm saas docs up