https://github.com/dperrymorrow/simple-browser-code-editor
https://github.com/dperrymorrow/simple-browser-code-editor
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dperrymorrow/simple-browser-code-editor
- Owner: dperrymorrow
- License: mit
- Created: 2024-05-26T00:31:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-26T18:37:13.000Z (almost 2 years ago)
- Last Synced: 2025-03-15T11:12:36.955Z (about 1 year ago)
- Language: HTML
- Homepage: https://dperrymorrow.github.io/simple-browser-code-editor/
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: READMe.md
- License: LICENSE
Awesome Lists containing this project
README
# Super simple _(mostly CSS)_ browser code editor.
Consists of a textarea with transparent text on top of a Prism rendered preview inside a div that scroll together. That's it...
If you would like to run locally
```
npm i
npm dev
```
go to localhost:8080