mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 21:00:58 +03:00
update README
This commit is contained in:
@@ -66,7 +66,7 @@ Flowise has 3 different modules in a single mono repository.
|
|||||||
|
|
||||||
### Prerequisite
|
### Prerequisite
|
||||||
|
|
||||||
- Install Yarn
|
- Install [Yarn v1](https://classic.yarnpkg.com/en/docs/install)
|
||||||
```bash
|
```bash
|
||||||
npm i -g yarn
|
npm i -g yarn
|
||||||
```
|
```
|
||||||
@@ -107,9 +107,13 @@ Flowise has 3 different modules in a single mono repository.
|
|||||||
|
|
||||||
6. For development build:
|
6. For development build:
|
||||||
|
|
||||||
```bash
|
- Create `.env` file and specify the `PORT` (refer to `.env.example`) in `packages/ui`
|
||||||
yarn dev
|
- 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)
|
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)
|
### [AWS](https://docs.flowiseai.com/deployment/aws)
|
||||||
|
|
||||||
|
### [Azure](https://docs.flowiseai.com/deployment/azure)
|
||||||
|
|
||||||
### [DigitalOcean](https://docs.flowiseai.com/deployment/digital-ocean)
|
### [DigitalOcean](https://docs.flowiseai.com/deployment/digital-ocean)
|
||||||
|
|
||||||
### [GCP](https://docs.flowiseai.com/deployment/gcp)
|
### [GCP](https://docs.flowiseai.com/deployment/gcp)
|
||||||
|
|||||||
Reference in New Issue
Block a user