Micro grants by Purdue Hackers to fund ambitious student projects and artworks.
- Astro - Static site generator
- Svelte - Interactive components
- Tailwind CSS - Styling
- Sharp - Image processing with custom dithering
pnpm install
pnpm devpnpm build
pnpm previewThe project uses a Node.js adapter for server-side rendering in production. A Dockerfile is included for containerized deployments.
src/
├── assets/ # Images and project data
├── components/ # Astro and Svelte components
├── layouts/ # Page layouts
├── lib/ # Utilities (custom Sharp image service)
├── pages/ # Route pages
└── styles/ # Global CSS