Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/substance/archivist-composer
A composer for interviews, used by the archivist project
https://github.com/substance/archivist-composer
Last synced: 3 days ago
JSON representation
A composer for interviews, used by the archivist project
- Host: GitHub
- URL: https://github.com/substance/archivist-composer
- Owner: substance
- License: mit
- Created: 2015-03-04T10:47:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-09T11:09:28.000Z (over 9 years ago)
- Last Synced: 2024-04-15T12:47:29.144Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.78 MB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 20
-
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/
```