From 32b4162fe55f6f6a73f38c32be313c693d5d6837 Mon Sep 17 00:00:00 2001 From: hieu-jan <150573299+hieu-jan@users.noreply.github.com> Date: Mon, 4 Mar 2024 22:25:54 +0900 Subject: [PATCH] docs: add command run API server without frontend --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e9dc506cc..fa5c2a8b9 100644 --- a/README.md +++ b/README.md @@ -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