[Babel-users] BabelWeb 2
Juliusz Chroboczek
jch at irif.fr
Fri Jul 28 22:25:32 UTC 2017
> Cool, but how do I build this thing?
> % go get -v github.com/Vivena/babelweb2
> github.com/Vivena/babelweb2 (download)
> package babelweb2/parser: unrecognized import path "babelweb2/parser"
Thanks for the report, I've forwarded it to the authors.
In the meantime, you can do:
cd ~/go/src
go get github.com/gorilla/websocket
git clone https://github.com/Vivena/babelweb2
cd babelweb2
go build
Two caveats with this early version:
* the "static/" directory must be in the current directory when you run
the babelweb2 binary;
* if you don't run the server on localhost only, you need to change the
URL on line 40 of static/js/initialise.js.
-- Juliusz
More information about the Babel-users
mailing list