Skip to content

vitalyrotari/substance

 
 

Repository files navigation

Substance

Substance is a web-based technology stack for collaborative document manipulation. Substance releases all building blocks as Open Source under an MIT license, so you can glue them together for your usecase.

Getting started

We've prepared a sandbox where you can play around with our editor and run the tests. It's meant to be a starting point for creating your very-own Substance application.

Installation is easy:

  1. Clone the repository

    $ git clone https://github.com/substance/substance.git
  2. Run our update script

    $ cd substance
    $ npm install
  3. Finally start the server and point your browser to http://localhost:3000

    $ npm start

Currently the following modules are available:

About

A data-driven and cloud-aware document authoring engine

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 79.5%
  • CSS 14.4%
  • Python 6.1%