File tree 2 files changed +35346
-35379
lines changed
2 files changed +35346
-35379
lines changed Original file line number Diff line number Diff line change @@ -82,25 +82,25 @@ Flowise has 3 different modules in a single mono repository.
82
82
83
83
# ## Setup
84
84
85
- 1. Clone the repository
85
+ 1. Clone the repository
86
86
87
87
` ` ` bash
88
88
git clone https://github.com/FlowiseAI/Flowise.git
89
89
` ` `
90
90
91
- 2. Go into repository folder
91
+ 2. Go into repository folder
92
92
93
93
` ` ` bash
94
94
cd Flowise
95
95
` ` `
96
96
97
- 3. Install all dependencies of all modules:
97
+ 3. Install all dependencies of all modules:
98
98
99
99
` ` ` bash
100
100
pnpm install
101
101
` ` `
102
102
103
- 4. Build all the code:
103
+ 4. Build all the code:
104
104
105
105
` ` ` bash
106
106
pnpm build
@@ -109,20 +109,21 @@ Flowise has 3 different modules in a single mono repository.
109
109
< details>
110
110
< summary> Exit code 134 (JavaScript heap out of memory)< /summary>
111
111
If you get this error when running the above ` build` script, try increasing the Node.js heap size and run the script again:
112
-
112
+
113
113
export NODE_OPTIONS=" --max-old-space-size=4096"
114
114
pnpm build
115
+
115
116
< /details>
116
117
117
- 5. Start the app:
118
+ 5. Start the app:
118
119
119
120
` ` ` bash
120
121
pnpm start
121
122
` ` `
122
123
123
124
You can now access the app on [http://localhost:3000](http://localhost:3000)
124
125
125
- 6. For development build:
126
+ 6. For development build:
126
127
127
128
- Create ` .env` file and specify the ` VITE_PORT` (refer to ` .env.example` ) in ` packages/ui`
128
129
- Create ` .env` file and specify the ` PORT` (refer to ` .env.example` ) in ` packages/server`
You can’t perform that action at this time.
0 commit comments