Skip to content

podcodar/webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

387 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

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