Yiwei Mao bac29feb3a feat(material): condition row (#268) 8 months ago
..
components deb3e9ff6a feat(docs): composite nodes docs (#265) 8 months ago
scripts ff5635e93c docs(materials): auto rename ref docs (#264) 8 months ago
src bac29feb3a feat(material): condition row (#268) 8 months ago
.eslintrc.js b362b85141 fix: demo lint 11 months ago
.gitignore d7bdf8a078 feat: init flowgram.ai 11 months ago
README.md d7bdf8a078 feat: init flowgram.ai 11 months ago
global.less 9c69aa4e52 fix(docs): image style error (#267) 8 months ago
package.json b40a9eeddf feat(docs): add auto translate scripts for docs (#205) 8 months ago
rspress.config.ts aed1695396 feat: demo add customService 10 months ago
tsconfig.json b40a9eeddf feat(docs): add auto translate scripts for docs (#205) 8 months ago

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