A hot sauce rating app.
Install dependencies:
pnpm i
Copy the .env.example
files to .env
and set the environment variables:
cp .env.example .env
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