- Sign in to Replit
- Create a new Repl. Select Node.js as Template and fill in your preferred Title.
- After a new Repl is created, switch to Shell tab
- Type in
npm install -g flowise
into the Shell terminal window
- Then followed by
npx flowise start
- You should now be able to see Flowise on Replit!
- If you would like to turn on app level authorization, change the command to:
npx flowise start --FLOWISE_USERNAME=user --FLOWISE_PASSWORD=1234
- You will now see a login page. Simply login with the username and password you've set.