Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Latest commit

 

History

History
28 lines (20 loc) · 478 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 478 Bytes

alt text Holograms Against Humanity

A terrible game for terrible Altspacers.

Setup

  1. Install Node.js, if not already installed.

  2. Install dependencies

    $ npm install
    
  3. Configure server by copying config.sample.json to config.json.

  4. Build client JS

    $ npm run build
    
  5. Start server

    $ node server/app.js