Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/
```