Skip to content

Commit

Permalink
update contributing md
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryHengZJ committed Jun 18, 2023
1 parent ecf7b06 commit 974855b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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
```
Expand Down Expand Up @@ -84,7 +84,11 @@ Flowise has 3 different modules in a single mono repository.
yarn start
```

9. For development, run
9. For development:

- 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
Expand Down

0 comments on commit 974855b

Please sign in to comment.