README.md

July 5, 2023 ยท View on GitHub

Adding Hoon to Monaco-editor

Monaco editor is an online code editor similar to vscode. Look at the urbit-pilled/Monaco-hoon repo for an example of how to use monaco with hoon.

Instructions

  1. git clone https://github.com/urbit-pilled/Monaco-hoon
  2. yarn install
  3. yarn build && yarn start
  4. Use the editor by opening http://localhost:9000

Online demo

The monaco-hoon demo is hosted using github pages at https://urbit-pilled.github.io/Monaco-hoon/

Contents

  1. 1Adding Hoon to Monaco-editor
  2. 1.1Instructions
  3. 1.2Online demo