xiamidaxia ce0c13393b feat(fixed-layout): add input/output/multi-outputs/multi-inputs/break node (#246) 7 mesiacov pred
..
components ec6e5abe23 docs: free-layout-simple docs error (#245) 8 mesiacov pred
scripts e2e80efb7a docs(variable): reorganize variable docs, add global scope, output multiple variables (#212) 8 mesiacov pred
src ce0c13393b feat(fixed-layout): add input/output/multi-outputs/multi-inputs/break node (#246) 7 mesiacov pred
.eslintrc.js b362b85141 fix: demo lint 10 mesiacov pred
.gitignore d7bdf8a078 feat: init flowgram.ai 10 mesiacov pred
README.md d7bdf8a078 feat: init flowgram.ai 10 mesiacov pred
global.less 3dc0b94dd8 fix: resolve tooltip text-color abnormal (#64) 10 mesiacov pred
package.json b40a9eeddf feat(docs): add auto translate scripts for docs (#205) 8 mesiacov pred
rspress.config.ts aed1695396 feat: demo add customService 9 mesiacov pred
tsconfig.json b40a9eeddf feat(docs): add auto translate scripts for docs (#205) 8 mesiacov pred

README.md

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