leisiamedeiros / flow-version

React application to manage Flow and Resources from a chatbot on blip platform.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flow Version

This react app is able to get and publish a json flow to the bucket's chatbot, as well as import resources from one chatbot to another using the blip platform and its commands.

Backup flow

flowversion

Import resources

recursosFlowVersion

Execute local

In the project directory, you can run:

npm install && npm start

Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.

Run on Docker

Just execute docker-compose up -d on project path or via docker:

$ docker run --rm -d -p 3000:80/tcp leisiamedeiros/flowversion:tagname

About

React application to manage Flow and Resources from a chatbot on blip platform.

License:MIT License


Languages

Language:TypeScript 87.7%Language:CSS 6.5%Language:HTML 4.7%Language:Dockerfile 1.0%