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

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.

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
```