Static website for Phlo — a modern data lakehouse platform.
Deployed to GitHub Pages at phlohouse.com.
cd web-next
npm install
npm run dev # http://localhost:3000Or with pm2 from the root:
make dev # start
make logs # tail
make stop # killcd web-next
npm run build # outputs to dist/client/The build uses the committed MDX files in web-next/content/phlo-docs/ as the website source of truth.
Documentation pages live in web-next/content/phlo-docs/. Update those files directly when changing public website documentation.
Do not add private audit notes, temporary investigation reports, or one-off internal release proposals to the public docs tree.