Generate race bibs from CSV files.
pnpm install
pnpm dev- Upload CSV - semi-colon delimited CSV
- Map columns - select which columns contain family name, adult name, child name, birth year, etc.
- Configure races - set year ranges and tag colors
- Generate - opens print page with all bibs
Edit components/BibTemplate.tsx to change:
- Layout, fonts, colors
- Background gradients
- Size and positioning
- Add logos or images
The component uses CSS-in-JS (styled-jsx) for easy inline styling.