Trocon's frontend repository.
Backend repository is kimulaco/trocon-server.
Trocon is the web application for viewing the unlock status of Steam games achievements.
You can see also hidden achievements, so this application helps the achievement collector!
# Install dependencies
pnpm i
# Development mode
pnpm run dev
pnpm run dev:mock # with mock service worker
# Build for production
pnpm run build
# Launch server for production
pnpm run start