https://github.com/dhowe/spectre-server
https://github.com/dhowe/spectre-server
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dhowe/spectre-server
- Owner: dhowe
- Created: 2019-12-21T06:29:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T01:00:10.000Z (over 3 years ago)
- Last Synced: 2025-04-12T05:49:32.017Z (about 1 year ago)
- Language: JavaScript
- Size: 447 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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)