This repository hosts the source code for www.kestrun.dev,
the official landing page for the Kestrun project.
The root site acts as the front door to the Kestrun ecosystem:
- ✨ Introduction to Kestrun’s vision
- 🔗 Quick links to docs, coverage, and GitHub
- 🎨 Branding, logos, and marketing content
- 📰 Future home for blog and announcements
It’s not the docs (see kestrun/docs)
and not the framework code (see kestrun/kestrun).
- Static site (HTML + CSS + JS)
- Deployed with GitHub Pages
- Custom domain: www.kestrun.dev
Clone and serve locally:
git clone https://github.com/kestrun/kestrun-www.git
cd kestrun-www
# open index.html in a browser