Marketing website and content hub for DigiLab — a Digimon TCG tournament tracking platform.
- Landing Page — Introduction to DigiLab and its features
- Blog — Announcements, technical deep-dives, meta analysis, community spotlights
- Roadmap — Public view of what's coming and what's shipped
- Astro — Static site generator
- Vercel — Hosting and deployment
- MDX — Blog posts with embedded components
# Install dependencies
npm install
# Start dev server
npm run dev
# Build for production
npm run build
# Preview production build
npm run previewsrc/
├── pages/ → Route pages (index, blog, roadmap, about)
├── content/ → MDX blog posts
├── components/ → Reusable Astro components
├── layouts/ → Page layouts
└── styles/ → Global styles and design tokens
public/
├── charts/ → Exported highcharter widgets
├── images/ → Static images
└── brand/ → Logo and mascot SVGs
- Main App: digilab-app — Shiny tournament tracker
- Live Site: digilab.cards
- App: app.digilab.cards
MIT