Skip to content

Repository files navigation

Welcome to PodCodar WebApp

This WebApp is the main project of PodCodar, a learning community about programming and technology.

Features

  • ⚡ 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

Quick start

bun install
bun dev
# E2E
bun run e2e
bun run tests

The dev server runs at http://localhost:4321.

For project layout, CLI commands, and how we work on this repo, see CONTRIBUTING.md.

Production

Build the site:

bun run build

Output is written to ./dist/. Preview the production build locally:

bun run preview

Deploy the contents of dist/ to any static host (GitHub Pages, Netlify, Cloudflare Pages, etc.).

Releases

Packages

Used by

Contributors

Languages