Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 350 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 350 Bytes

summernote-v1

Summernote is a simple WYSIWYG editor.

Building and Testing Summernote

For building and testing Summernote, you need to have a working Node.js environment.

# install dependencies.
$ npm install

# the following command will open a browser window and run the demo page.
$ npm run dev