Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/substance/starter-legacy
A minimal Substance editor for learning Substance.
https://github.com/substance/starter-legacy
Last synced: about 2 months ago
JSON representation
A minimal Substance editor for learning Substance.
- Host: GitHub
- URL: https://github.com/substance/starter-legacy
- Owner: substance
- Created: 2015-07-11T20:49:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-13T21:37:24.000Z (over 9 years ago)
- Last Synced: 2024-04-15T12:47:33.283Z (9 months ago)
- Language: JavaScript
- Size: 359 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Substance Starter
Official bare bones example of a Substance Editor. Install and play around. For documentation about Substance head over to http://github.com/substance/substance.
## Install
Clone the repository.
```bash
$ git clone https://github.com/substance/starter.git
```Navigate to the source directory.
```bash
$ cd starter
```Install via npm
```bash
$ npm install
```Start the dev server
```bash
$ npm run start
```And navigate to [http://localhost:5000](http://localhost:5000)