Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 344 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 344 Bytes

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