Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/idyll-lang/editor

In-browser code editor for Idyll
https://github.com/idyll-lang/editor

Last synced: 14 days ago
JSON representation

In-browser code editor for Idyll

Awesome Lists containing this project

README

        

# editor
In-browser code editor for Idyll

## running locally

```
$ npm install
```
and then comment this line out from the compiler in `node_modules` https://github.com/idyll-lang/idyll-compiler/blob/986af0688c084e0996a3e7d98df65c0e81451f4c/src/parser.js#L6

```
$ npm start
```