Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/worldmaker/dinghy
Facillitator for "Dinghies & Dolphins"
https://github.com/worldmaker/dinghy
Last synced: 12 days ago
JSON representation
Facillitator for "Dinghies & Dolphins"
- Host: GitHub
- URL: https://github.com/worldmaker/dinghy
- Owner: WorldMaker
- License: mit
- Archived: true
- Created: 2015-06-13T01:41:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-05T04:26:55.000Z (almost 9 years ago)
- Last Synced: 2024-10-11T07:30:59.266Z (about 1 month ago)
- Language: TypeScript
- Size: 85.9 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dinghy
Dinghy is a web app for facillitating a week long, collaborative "Dinghies & Dolphins" game at sea.
## Install ALL the Things
Don't forget you probably need to install the prerequisites:
```bash
dinghy$ npm install # Back-end NodeJS stuff and JSPM dev-time needs
dinghy/public$ jspm install # Front-end In Browser stuff like System.js
```