Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cletusw/catchphrase

Multiplayer Catchphrase webapp
https://github.com/cletusw/catchphrase

Last synced: about 1 month ago
JSON representation

Multiplayer Catchphrase webapp

Awesome Lists containing this project

README

        

# Catchphrase
Multiplayer Catchphrase webapp

## 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`