Replit
- Sign in to Replit
- Create a new Repl. Select Node.js as Template and fill in your preferred Title.
 (1) (2) (1).png)
- After a new Repl is created, on the left hand side bar, click Secret:
 (4) (1).png)
- Create 3 Secrets to skip Chromium download for Puppeteer and Playwright libraries.
| Secrets | Value |
|---|---|
| PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD | 1 |
| PUPPETEER_SKIP_DOWNLOAD | true |
| PUPPETEER_SKIP_CHROMIUM_DOWNLOAD | true |
 (3).png)
- You can now switch to Shell tab
 (2) (1).png)
- Type in
npm install -g flowiseinto the Shell terminal window. If you are having error about incompatible node version, use the following commandyarn global add flowise --ignore-engines
 (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1).png)
- Then followed by
npx flowise start
 (1) (2).png)
- You should now be able to see Flowise on Replit!
 (3).png)
- You will now see a login page. Simply login with the username and password you’ve set.
 (2) (1).png)