Yiwei Mao 8d3f37b4ec docs(materials): init materials docs (#222) 8 месяцев назад
..
components 52bbf2794d docs: improve node form docs and add english version for both guide and examples (#126) 9 месяцев назад
scripts e2e80efb7a docs(variable): reorganize variable docs, add global scope, output multiple variables (#212) 8 месяцев назад
src 8d3f37b4ec docs(materials): init materials docs (#222) 8 месяцев назад
.eslintrc.js b362b85141 fix: demo lint 10 месяцев назад
.gitignore d7bdf8a078 feat: init flowgram.ai 10 месяцев назад
README.md d7bdf8a078 feat: init flowgram.ai 10 месяцев назад
global.less 3dc0b94dd8 fix: resolve tooltip text-color abnormal (#64) 9 месяцев назад
package.json b40a9eeddf feat(docs): add auto translate scripts for docs (#205) 8 месяцев назад
rspress.config.ts aed1695396 feat: demo add customService 9 месяцев назад
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