Prereqs: Node 18+.
- Copy .env.example to .env.local and fill keys
- Install deps:
pnpm i(ornpm i/yarn) - Dev:
pnpm dev
Environment variables
- CF_KEY=
- CF_SECRET=
- GEMINI_API_KEY=
Notes
- Codeforces API signing implemented per
cf-api.txt(SHA-512 over sorted params). - Calls go through
/api/cf/*to avoid exposing secrets and handle rate limits.