A Next.js app to search through the gtsport decals dump
A running instance, with the full dataset is available here
- Download the required data and place it into the folder
/data. - Install dependencies:
npm i - Setup and seed prisma database:
npx prisma migrate dev - Run:
npm run dev