A hot sauce rating app.
Install dependencies:
pnpm iCopy the .env.example files to .env and set the environment variables:
cp .env.example .envStart the database using Docker with the following command:
pnpm docker:upRun 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