Skip to content

OldPanda/green-tiles

Repository files navigation

Green Tiles

Yet another web tool to view your GitHub contributions. Inspired by Green Wall and a list of others.

green-tiles

Tech Stacks

  • Framework: Vite
  • UI Library: daisyUI
  • Backend: AWS API Gateway + AWS Lambda (here's a tutorial in Chinese)

Project Setup

pnpm install

Compile and Hot-Reload for Development

pnpm run dev

Type-Check, Compile and Minify for Production

pnpm run build

Run Unit Tests with Vitest

pnpm run test:unit