Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/substance/writer-old
Substance Writer Component
https://github.com/substance/writer-old
Last synced: about 2 months ago
JSON representation
Substance Writer Component
- Host: GitHub
- URL: https://github.com/substance/writer-old
- Owner: substance
- License: mit
- Created: 2015-03-13T09:51:44.000Z (almost 10 years ago)
- Default Branch: next
- Last Pushed: 2015-04-23T00:45:48.000Z (over 9 years ago)
- Last Synced: 2024-04-15T12:47:34.694Z (9 months ago)
- Language: JavaScript
- Size: 891 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# archivist-composer
A composer for interviews, used by archivist project
## Install
1. Clone the `archivist-composer` repository
```bash
$ git clone https://github.com/substance/archivist-composer.git
```2. Fetch dependencies
```bash
$ cd archivist-composer
$ substance --update
$ npm install
```3. Run the server
```bash
~/projects/archivist-composer $ substance
Substance running on port 4001
http://127.0.0.1:4001/
```