/story-game

Multiplayer web app for a collaborative story game

MIT LicenseMIT

Story Game

Multiplayer web app for a collaborative story game

Serving locally

Meant to be served on GitHub Pages. In order to serve locally for development:

Setup

  1. sudo apt install build-essential ruby ruby-dev zlib1g-dev
  2. sudo gem install bundler
  3. cd docs
  4. bundle install

Serve

  1. cd docs
  2. bundle exec jekyll serve
  3. Open http://localhost:4000/story-game/ in a browser