https://github.com/hackclub/draw-dino
https://github.com/hackclub/draw-dino
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hackclub/draw-dino
- Owner: hackclub
- Created: 2019-11-22T23:43:49.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-05-20T20:16:53.000Z (about 1 year ago)
- Last Synced: 2025-08-19T16:34:51.456Z (12 months ago)
- Language: JavaScript
- Homepage: https://hack.af/draw-dino
- Size: 12.3 MB
- Stars: 16
- Watchers: 2
- Forks: 14
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Make a Dino
Hack Club's workshop on submitting PRs on GitHub
```sh
# install
$ git clone https://github.com/hackclub/draw-dino
$ cd draw-dino
$ yarn install
# run a live-reloading server in development
$ yarn dev
```
Before committing, make sure to run the built-in formatter:
```sh
$ yarn fmt
```