Skip to content

Commit 974855b

Browse files
committed
update contributing md
1 parent ecf7b06 commit 974855b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Flowise has 3 different modules in a single mono repository.
4242

4343
#### Prerequisite
4444

45-
- Install Yarn
45+
- Install [Yarn v1](https://classic.yarnpkg.com/en/docs/install)
4646
```bash
4747
npm i -g yarn
4848
```
@@ -84,7 +84,11 @@ Flowise has 3 different modules in a single mono repository.
8484
yarn start
8585
```
8686

87-
9. For development, run
87+
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
8892

8993
```bash
9094
yarn dev

0 commit comments

Comments
 (0)