Netresearch Open Source portfolio and showcase site.
- Astro — static site generator
- Tailwind CSS v4 — utility-first styling
- GitHub Actions — daily builds with auto-deployed GitHub Pages
npm install
npm run fetch-repos # Fetch GitHub org metadata
npm run dev # Start dev server
npm run build # Production build
npm run preview # Preview production buildEdit src/data/featured.yaml to add or update curated project entries. All other repos are auto-populated from the GitHub API at build time.
The site is automatically built and deployed to GitHub Pages:
- On every push to
master - Daily at 06:00 UTC (to refresh repo metadata)
- Manually via workflow dispatch