chore: update readme 5d221d5b
Steve · 2026-03-28 10:56 1 file(s) · +8 −6
README.md +8 −6
1 1
# dino
2 2
3 -
A port of [chrisdothtml/chrome-dino](https://github.com/chrisdothtml/chrome-dino)
3 +
![cover](https://files.stevedylan.dev/dino-demo.png)
4 4
5 -
To install dependencies:
5 +
A web-based port of the Chrome dinosaur game, based on [chrisdothtml/chrome-dino](https://github.com/chrisdothtml/chrome-dino). Includes sound, a leaderboard, and mobile support.
6 6
7 -
```bash
8 -
bun install
9 -
```
7 +
Try it out at [dino.stevedylan.dev](https://dino.stevedylan.dev)
10 8
11 -
To run:
9 +
## Development
12 10
13 11
```bash
12 +
bun install
14 13
bun dev
15 14
```
16 15
16 +
## License
17 +
18 +
MIT