This WebApp is the main project of PodCodar, a learning community about programming and technology.
- ⚡ Static site generation with Astro
- 📝 Markdown and MDX for pages and blog posts
- 📚 Content collections with typed frontmatter
- 🗺️ Sitemap and RSS feed
- 🔒 TypeScript by default
- 🎨 Minimal, customizable styling
bun install
bun devThe dev server runs at http://localhost:4321.
For project layout, CLI commands, and how we work on this repo, see CONTRIBUTING.md.
Build the site:
bun run buildOutput is written to ./dist/. Preview the production build locally:
bun run previewDeploy the contents of dist/ to any static host (GitHub Pages, Netlify, Cloudflare Pages, etc.).