The frontend for my GDQ tracker.
This uses pnpm for package management. The web framework is Svelte and Rollup is used for bundling and running a dev server.
- Run
pnpm i - Run
pnpm run dev:comp - Grab
comp.jsonfrom here and put it inpublic/comp - Visit
localhost:5001/gdq
- Run
pnpm i - Run
pnpm run dev - Grab a stats file from the stats repo (e.g. agdq24.json) and put it in
public/tracker - Visit
localhost:5001/agdq24or a path that matches the name of the stats file