Web dashboard for Babelfish server.
It's user-friendly tool for testing and research how babelfish parse code.
Babelfish server is required for dashboard. If you don't have it running, please read the getting started guide, to learn more about how to use and deploy a bblfsh server.
docker run -p 8080:80 bblfsh/dashboard -bblfsh-addr <bblfsh-server-addr>
When server starts dashboard will be available on http://localhost:8080
If don't want to run dashboard using our Docker image you can download a binary from releases page and run it as
./bblfsh-dashboard -bblfsh-addr <bblfsh-server-addr>
Please take a look at CONTRIBUTING file to see how to contribute in this project, get more information about the dashboard architecture and how to launch it for development purposes.
GPLv3, see LICENSE