https://github.com/fed/jumpy-rex
Google Chrome's offline mode dinosaur game
https://github.com/fed/jumpy-rex
Last synced: about 2 months ago
JSON representation
Google Chrome's offline mode dinosaur game
- Host: GitHub
- URL: https://github.com/fed/jumpy-rex
- Owner: fed
- Created: 2017-01-09T16:48:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-09T17:06:53.000Z (over 8 years ago)
- Last Synced: 2025-01-18T13:38:08.929Z (3 months ago)
- Language: JavaScript
- Size: 72.3 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Chrome's Dinosaur Game

## Prerequisites
* Node.js (https://nodejs.org/)
* Yarn (https://yarnpkg.com/)## Development Tasks
| Command | Description |
|---------|-------------|
| `yarn install` | Fetch dependencies and build binaries for any of the modules |
| `yarn start` | Fire up development server, app will go live on `http://localhost:6789` |
| `yarn run clean` | Nuke the `build` directory |
| `yarn run build` | Build the `build/bundle.js` file |
| `yarn test` | Run test suite |## Original Project
https://chromium.googlesource.com/chromium/src.git/+/master/components/neterror/resources/offline.js