From c0e88d483fea049c23db7bb2544abd6d7432903f Mon Sep 17 00:00:00 2001 From: Henry Date: Sun, 18 Jun 2023 14:14:26 +0100 Subject: [PATCH] update README --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 05221f47..dbce8f3b 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Flowise has 3 different modules in a single mono repository. ### Prerequisite -- Install Yarn +- Install [Yarn v1](https://classic.yarnpkg.com/en/docs/install) ```bash npm i -g yarn ``` @@ -107,9 +107,13 @@ Flowise has 3 different modules in a single mono repository. 6. For development build: - ```bash - yarn dev - ``` + - Create `.env` file and specify the `PORT` (refer to `.env.example`) in `packages/ui` + - Create `.env` file and specify the `PORT` (refer to `.env.example`) in `packages/server` + - Run + + ```bash + yarn dev + ``` Any code changes will reload the app automatically on [http://localhost:8080](http://localhost:8080) @@ -138,6 +142,8 @@ FLOWISE_PASSWORD=1234 ### [AWS](https://docs.flowiseai.com/deployment/aws) +### [Azure](https://docs.flowiseai.com/deployment/azure) + ### [DigitalOcean](https://docs.flowiseai.com/deployment/digital-ocean) ### [GCP](https://docs.flowiseai.com/deployment/gcp)