Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cletusw/catchphrase
Multiplayer Catchphrase webapp
https://github.com/cletusw/catchphrase
Last synced: about 1 month ago
JSON representation
Multiplayer Catchphrase webapp
- Host: GitHub
- URL: https://github.com/cletusw/catchphrase
- Owner: cletusw
- License: mit
- Created: 2020-07-07T05:06:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-20T13:50:43.000Z (about 2 years ago)
- Last Synced: 2024-10-12T17:37:21.188Z (2 months ago)
- Size: 178 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`