Landing page for LazyCache - The Open Source Unified Data Platform.
This site is deployed via GitHub Pages.
- Add
CNAMErecord pointing tolazycache.github.io - GitHub Pages will automatically serve from
lazycache.com
# Simple HTTP server
python3 -m http.server 8000
# Then visit http://localhost:8000.
├── index.html # Main landing page
├── 404.html # Custom 404 page
├── CNAME # Custom domain config
├── robots.txt # SEO config
└── README.md # This file
- lazycache/lazycache - Core platform
- lazycache/docs - Documentation
MIT License - see LICENSE