https://github.com/jsmith/covid-grocery-run-document
https://github.com/jsmith/covid-grocery-run-document
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jsmith/covid-grocery-run-document
- Owner: jsmith
- Created: 2020-11-21T19:54:41.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-21T19:58:56.000Z (over 5 years ago)
- Last Synced: 2025-01-12T09:30:41.972Z (over 1 year ago)
- Language: HTML
- Size: 3.83 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```