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

https://github.com/jsmith/covid-grocery-run-document


https://github.com/jsmith/covid-grocery-run-document

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Design Document
The [COVID Grocery Run](https://github.com/jsmith/covid-grocery-run) design document.

Check out [document.pdf](https://github.com/jsmith/covid-grocery-run-document/blob/main/document.pdf) to see the results :)

## Setup
```
npm i
```

## Usage
```
npx tailwindcss build src/index.css -o src/tailwind.css
prince src/index.html # or npx nodemon
```