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

https://github.com/dhowe/spectre-server


https://github.com/dhowe/spectre-server

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

## Installation

First make sure you have installed git and yarn (v1.16) for your OS, then:

```
git clone https://github.com/dhowe/spectre-server.git

cd spectre-server

yarn install
```

### Test

```
yarn test
```

### Start (requires a local mongodb)

```
yarn start
```

For more details on the client app, see [these instructions](https://github.com/dhowe/spectre/README.md)