diff --git a/README.md b/README.md index b948d137..e06a6363 100644 --- a/README.md +++ b/README.md @@ -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