Website for cupstui, deployed to GitHub Pages.
docs/— Docusaurus documentation site, served at/docs/landing/— static marketing landing page, served at the site root, no build step
cd docs
npm startlanding/ is plain HTML/CSS/JS — open landing/index.html in a browser, or
serve it locally:
cd landing
python3 -m http.server 8000The .github/workflows/deploy.yml workflow builds docs/, combines it with
landing/ (copied to the site root as-is), and publishes to GitHub Pages on
every push to main.