Skip to content

dhowe/spectre

Repository files navigation

SPECTRE

Worship at the Altar


Dependencies

We use react, express, node (v12.9.1), mongodb (v4.2) and yarn (v1.21)

Installation (OS X or Linux)

$ git clone https://github.com/dhowe/spectre.git 
$ cd spectre && yarn run install-all

note: instructions below assume you are within the spectre folder


Client+Server (requires mongodb)

$ yarn start

Server-only (no client required)

Start (requires mongodb)

$ yarn run server

Test (without starting the server)

$ yarn test

Client-only

Start (for development)

$ yarn run start-client

Build (for deployment)

$ yarn run build-client

For more details on the client, see these instructions