Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 774 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 774 Bytes

Seattle Safe Eats 🍔

Seattle Safe Eats is a svelte-kit project that was designed to easily navigate food safety rating inspections for King County.

image

Getting Started

Generate a Socrata Open Data app token

King County Socrata Open Data

Setup your environment variables

cp .env.example .env

Update your APPLICATION_SECRET with the app token you just generated

Install dependencies

Install pnpm

pnpm install

Run the project

pnpm run dev

Contributing

Fork the project, grab an issue, create a PR 😁