https://github.com/oldpanda/green-tiles
View your GitHub contributions
https://github.com/oldpanda/green-tiles
daisyui github tailwindcss vitejs vuejs
Last synced: 10 months ago
JSON representation
View your GitHub contributions
- Host: GitHub
- URL: https://github.com/oldpanda/green-tiles
- Owner: OldPanda
- Created: 2023-01-05T03:52:24.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-26T05:11:13.000Z (10 months ago)
- Last Synced: 2025-04-13T23:16:48.982Z (10 months ago)
- Topics: daisyui, github, tailwindcss, vitejs, vuejs
- Language: Vue
- Homepage: https://green-tiles.vercel.app
- Size: 356 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Green Tiles
Yet another web tool to view your GitHub contributions. Inspired by [Green Wall](https://green-wall.vercel.app/) and [a list of others](https://twitter.com/wanglei001/status/1610496029652324359).

## Tech Stacks
* Framework: [Vite](https://vitejs.dev/)
* UI Library: [daisyUI](https://daisyui.com/)
* Backend: AWS API Gateway + AWS Lambda (here's a [tutorial](https://old-panda.com/2020/03/02/lambda-api-gateway-note/) in Chinese)
## Project Setup
```sh
pnpm install
```
### Compile and Hot-Reload for Development
```sh
pnpm run dev
```
### Type-Check, Compile and Minify for Production
```sh
pnpm run build
```
### Run Unit Tests with [Vitest](https://vitest.dev/)
```sh
pnpm run test:unit
```