项目作者: substance

项目描述 :
A JavaScript library for web-based content editing.
高级语言: JavaScript
项目地址: git://github.com/substance/substance.git
创建时间: 2015-08-20T16:03:09Z
项目社区:https://github.com/substance/substance

开源协议:MIT License

下载


Substance.js Build Status

Substance is a JavaScript library for web-based content editing. It provides building blocks for realizing custom text editors and web-based publishing system. It is developed to power our online editing platform Substance.

Development

Install the dev dependencies.

  1. npm install

Run the dev server.

  1. npm start

Navigate to http://localhost:4001/test for the running the browser test suite. The test suite is rebuilt as you make changes to the source files.

To run the test-suite headless.

  1. $ npm test