Skip to content

raguay/SvelteCodeMirror6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SvelteCodeMirror6

This is a test Svelte application to work on creating a CodeMirror 6 component for Svelte.

First, install the needed libraries:

npm i 

To compile the project, type:

npm run build

To run a development server for the project, type:

npm run dev 

Afterwards, you can go into the public directory and launch it with NW.js:

cd public
nwjs .

This assumes you have an alias for nwjs to point to NW.js on your system.

About

This is a test Svelte application to work on creating a CodeMirror 6 component for Svelte.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages