update readme to add frontend build instructions (#793)

This commit is contained in:
akshay
2025-09-22 15:15:05 +05:30
committed by GitHub
parent 77cb1b8ad0
commit f3df58f750

View File

@@ -74,7 +74,16 @@ pnpm i
pnpm run dev
```
This will start the frontend and backend with live reloading. A blank DB will be copied from the `dev_assets_seed` folder.
This will start the backend. A blank DB will be copied from the `dev_assets_seed` folder.
### Building the frontend
To build just the frontend:
```bash
cd frontend
pnpm build
```
### Build from source