Multiplayer web app for a collaborative story game
Meant to be served on GitHub Pages. In order to serve locally for development:
sudo apt install build-essential ruby ruby-dev zlib1g-dev
sudo gem install bundler
cd docs
bundle install
cd docs
bundle exec jekyll serve
- Open
http://localhost:4000/story-game/
in a browser