RubenSmn / CodeMirror-Theme-Playground

An interactive tool to create your own custom CodeMirror themes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodeMirror Theme Playground

CodeMirror Theme Playground is a simple React based app to make it more accessible to create CodeMirror themes / syntax highlighting.

Installation

To install all the dependencies run:

npm install

After all dependencies are installed, you can run:

npm run start

This runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Testing

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

Building

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

License

MIT © Ruben Saaman

About

An interactive tool to create your own custom CodeMirror themes

License:MIT License


Languages

Language:TypeScript 94.5%Language:HTML 4.0%Language:CSS 1.5%