We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecf7b06 commit 974855bCopy full SHA for 974855b
CONTRIBUTING.md
@@ -42,7 +42,7 @@ Flowise has 3 different modules in a single mono repository.
42
43
#### Prerequisite
44
45
-- Install Yarn
+- Install [Yarn v1](https://classic.yarnpkg.com/en/docs/install)
46
```bash
47
npm i -g yarn
48
```
@@ -84,7 +84,11 @@ Flowise has 3 different modules in a single mono repository.
84
yarn start
85
86
87
-9. For development, run
+9. For development:
88
+
89
+ - Create `.env` file and specify the `PORT` (refer to `.env.example`) in `packages/ui`
90
+ - Create `.env` file and specify the `PORT` (refer to `.env.example`) in `packages/server`
91
+ - Run
92
93
94
yarn dev
0 commit comments