mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 13:00:56 +03:00
update README
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user