Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 701 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 701 Bytes

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