Yiwei Mao 185480d540 fix(demo): no isNodeChildrenPrivate default config in demo (#473) пре 6 месеци
..
components 4a857ba9a3 fix(materials): mouseup event propagation in condition (#458) пре 6 месеци
llms 77d8a893cb feat(docs): add custom layer docs (#383) пре 7 месеци
scripts cbefaa54fb chore: add license header (#432) пре 6 месеци
src 185480d540 fix(demo): no isNodeChildrenPrivate default config in demo (#473) пре 6 месеци
.eslintrc.js cbefaa54fb chore: add license header (#432) пре 6 месеци
.gitignore d7bdf8a078 feat: init flowgram.ai пре 11 месеци
README.md d7bdf8a078 feat: init flowgram.ai пре 11 месеци
global.less cbefaa54fb chore: add license header (#432) пре 6 месеци
package.json b211d0774f chore(build): support rush build on windows (#397) пре 7 месеци
rspress.config.ts cbefaa54fb chore: add license header (#432) пре 6 месеци
tsconfig.json b40a9eeddf feat(docs): add auto translate scripts for docs (#205) пре 8 месеци

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