Skip to content

moneyadviceservice/cms-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cms-editor

The Money Advice Service's CMS editor.

Uses scribe for HTML content editing, marked for Markdown to HTML conversion and TBD to-markdown for HTML to Markdown conversion.

Installation

npm install
bower install

Run locally

Open examples/index.html

Testing locally

We use Karma as our test runner.

With karma-cli:

npm test

Or for the direct command:

./node_modules/karma/bin/karma start test/karma.conf.js

autoWatch is on by default so tests will rerun whenever changes are made.

Use --single-run if you only want it to run once.

Generating documentation

With a global jsdoc install:

jsdoc src/editor.js

Without:

./node_modules/.bin/jsdoc src/editor.js

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •