This WebApp is the main project of PodCodar, a learning community about programming and technology.
- π Astro documentation
- π§βπ» PodCodar Engineering docs
- β‘ 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 dev
# E2E
bun run e2e
bun run testsThe 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.).