woebot dashboard is the first web dashboard build for Woebot with nodejs
- Check at https://woebot.rjryt.me
Installation (Replit)
- Fork the Source Code from Replit
- Install dependencies using
npm install
- Add new secret as
PORT
and give the app port. eg:3000, 8080
- Start App using
npm start
- DownLoad the source Code to your Local Storage https://github.com/woebot-official/web-v1.git
- Install dependencies using
npm install
- Rename the file
example.env
to.env
and change port if needed. - Start App using
npm start
- Give a star if u like