Open
Description
Use the same tech as the language tour to make a little place one can edit and run Gleam in their browser.
Prior art:
MVP features
- Editing
- Compilation
- Execution via JavaScript
- Syntax highlighting
Secondary features
- Display compiled code Feature: Ability to see generated code language-tour#8
- Save code for sharing (Rust does this by saving to gist.github.com
- Run formatter