https://github.com/lukashirt/phoenix-pong
Port of ownCloud pong app to Phoenix
https://github.com/lukashirt/phoenix-pong
game javascript owncloud owncloud-phoenix
Last synced: over 1 year ago
JSON representation
Port of ownCloud pong app to Phoenix
- Host: GitHub
- URL: https://github.com/lukashirt/phoenix-pong
- Owner: LukasHirt
- License: mit
- Created: 2020-02-02T12:47:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:50:23.000Z (over 3 years ago)
- Last Synced: 2025-03-24T04:54:00.557Z (over 1 year ago)
- Topics: game, javascript, owncloud, owncloud-phoenix
- Language: JavaScript
- Homepage:
- Size: 485 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## How to build
```
yarn install
yarn build
```
For dev server run `yarn watch`