Skip to content

Latest commit

Β 

History

History
46 lines (31 loc) Β· 1.06 KB

File metadata and controls

46 lines (31 loc) Β· 1.06 KB

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.).