Screenshot of site

Make a Dino

Hack Club's workshop on submitting PRs on GitHub

# 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:

$ yarn fmt