Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 290 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 290 Bytes

try_gluon

A webserver for experimenting with the Gluon programming language.

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