Skip to content

bblfsh/web

Folders and files

NameName
Last commit message
Last commit date
Dec 13, 2017
Sep 19, 2017
Jan 4, 2018
Dec 26, 2017
Jun 29, 2017
Jun 30, 2017
Dec 14, 2017
Sep 6, 2017
Dec 1, 2017
Jan 4, 2018
Dec 13, 2017
Dec 13, 2017
Jan 5, 2018
Jun 20, 2017
Nov 2, 2017
Jan 4, 2018
Dec 13, 2017
Dec 15, 2017
Dec 14, 2017

Repository files navigation

Dashboard GitHub version Build Status

Web dashboard for Babelfish server.

It's user-friendly tool for testing and research how babelfish parse code.

Screenshot

Installation

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.

Recomended way (using Docker)

docker run -p 8080:80 bblfsh/dashboard -bblfsh-addr <bblfsh-server-addr>

When server starts dashboard will be available on http://localhost:8080

Standalone

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>

Contributing

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.

License

GPLv3, see LICENSE