Skip to content

Vuurvos1/sauced

Repository files navigation

Logo

Sauced

A hot sauce rating app.

Sauced Site Preview

Getting Started

Install dependencies:

pnpm i

Copy the .env.example files to .env and set the environment variables:

cp .env.example .env

Development

Start the database using Docker with the following command:

pnpm docker:up

Run the scraper with the following command: More information about scrapers can be found in the scrapers README.

pnpm scrapers scrape <scraper-name>

Start the site with the following command:

pnpm site dev