Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/idyll-lang/editor
- Owner: idyll-lang
- License: mit
- Created: 2017-07-21T18:10:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-16T18:00:36.000Z (over 3 years ago)
- Last Synced: 2024-10-30T00:54:54.634Z (21 days ago)
- Language: CSS
- Homepage: https://idyll-lang.github.io/editor/
- Size: 416 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```