The Astro source for the Pop programming language homepage.
Install dependencies with pnpm install, then use Astro's managed background server:
pnpm exec astro dev --background
pnpm exec astro dev status
pnpm exec astro dev logs
pnpm exec astro dev stopCreate the production site with:
pnpm buildThe build is fully static and deploys to GitHub Pages through .github/workflows/deploy.yml. The external Pop Book remains available at https://poplanguage.github.io/book/; /book is retained as a compatibility redirect.
src/pages/index.astro— homepage narrative and contentsrc/components/— brand, navigation, atmosphere, and code presentationsrc/styles/global.css— design tokens and global behaviorpublic/pop.svg— official Pop mark from the language repository