mirror of
https://gitee.com/ByteDance/flowgram.ai.git
synced 2025-07-07 17:43:29 +08:00
* feat(workflow-port): add customizable port colors * fix(workflow-colors): unify CSS variable naming to --g-workflow-* format - Update LineColors enum and demo configuration - Add CSS variable definitions - Ensure consistent naming across all workflow-related variables --------- Co-authored-by: husky-dot <xiaozhi@xiaozhideMacBook-Pro.local> Co-authored-by: husky-dot <xiaozhi@172-0-8-36.lightspeed.rcsntx.sbcglobal.net>
FlowGram.AI WebSite
Setup
Install the dependencies:
rush update
Get Started
Start the dev server:
cd apps/docs
rushx dev
Build the website for production:
rushx build
Preview the production build locally:
rushx preview