docs: add command run API server without frontend

This commit is contained in:
hieu-jan 2024-03-04 22:25:54 +09:00
parent af1eb80c75
commit 32b4162fe5

View File

@ -209,6 +209,12 @@ Contributions are welcome! Please read the [CONTRIBUTING.md](CONTRIBUTING.md) fi
This will start the development server and open the desktop app.
3. (Optional) **Run the API server without frontend**
```bash
yarn dev:server
```
### For production build
```bash