Skip to content

gluon-lang/gluon-lang.org

Repository files navigation

gluon-lang.org

Build Status Gitter

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