From 9bff97b8c554c7ef91aed795d80ec8d2125aec59 Mon Sep 17 00:00:00 2001 From: Tanya Date: Fri, 5 Apr 2024 20:32:51 +0000 Subject: [PATCH] added package installation to starting platform ui --- ui/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/README.md b/ui/README.md index 2dcc0428..9930d4ca 100644 --- a/ui/README.md +++ b/ui/README.md @@ -40,6 +40,7 @@ _Important note: don't use commands for `@postgres.ai/shared` - it's dependent p - edit `.env` setting: - `REACT_APP_API_URL_PREFIX` to point to dev API server (e.g., staging API server: `https://v2.postgres.ai/api/general`). - `REACT_APP_TOKEN_DEBUG` to have your JWT ready work with the same server. Note that it has an expiration date so it needs to be periodically refreshed. +- `pnpm install` - to install packages if they are not found - `pnpm run start` - start Platform for local debugging/development ### How to start "ce"