docs: add command run API server without frontend (#2231)

docs: add command run API server without frontend
This commit is contained in:
Henry 2024-03-04 22:34:55 +09:00 committed by GitHub
commit dca5af8855
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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