update contributing md

This commit is contained in:
Henry 2023-06-18 12:43:19 +01:00
parent ecf7b06484
commit 974855b2b7
1 changed files with 6 additions and 2 deletions

View File

@ -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
```
@ -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