https://github.com/davidmyersdev/codemirror.next-template
A template repository for creating CodeMirror 6 examples.
https://github.com/davidmyersdev/codemirror.next-template
codemirror codemirror-next typescript vite
Last synced: 2 months ago
JSON representation
A template repository for creating CodeMirror 6 examples.
- Host: GitHub
- URL: https://github.com/davidmyersdev/codemirror.next-template
- Owner: davidmyersdev
- Created: 2021-09-21T03:51:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-21T04:08:05.000Z (over 4 years ago)
- Last Synced: 2025-12-28T06:21:04.802Z (6 months ago)
- Topics: codemirror, codemirror-next, typescript, vite
- Language: TypeScript
- Homepage: https://codesandbox.io/s/codemirror-next-template-7sq33
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# codemirror.next-template
A template repository for creating CodeMirror 6 examples.
## Getting Started
```bash
git clone git@github.com:voraciousdev/codemirror.next-template.git
cd codemirror.next-template
yarn install
yarn dev
```