An open API service indexing awesome lists of open source software.

https://github.com/hackclub/draw-dino


https://github.com/hackclub/draw-dino

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

![Screenshot of site](screenshot.png)

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