Skip to content

phlohouse/website

Repository files navigation

Phlo Website

Static website for Phlo — a modern data lakehouse platform.

Deployed to GitHub Pages at phlohouse.com.

Development

cd web-next
npm install
npm run dev     # http://localhost:3000

Or with pm2 from the root:

make dev        # start
make logs       # tail
make stop       # kill

Build

cd 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 Content

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.

About

Phlo website and plugin registry at phlohouse.com

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors