Source for the https://gluon-lang.org website which contains the documentation for the Gluon programming language as well as a service which lets you run gluon scripts from your browser.
To run the server:
npm install
npm install -g webpack
npm install -g elm
webpack
cargo run
You can also run the webpack watcher using:
webpack --watch