substance
Version:
Substance is a JavaScript library for web-based content editing. It provides building blocks for realizing custom text editors and web-based publishing systems.
19 lines (12 loc) • 535 B
Markdown
The fastest way to try out Substance is running the SimpleWriter example editor.
You can clone the repository from Github.
```bash
git clone https://github.com/substance/simple-writer.git
```
Install the dependencies and start the development environment.
```bash
npm install
npm start
```
Now you can access the example at `http://localhost:5000`.
Once you have that working head over to create { your-first-editor}. To learn about how to integrate Substance into your development setup, see { integrating-substance}.