Louis Young 7220014b9b feat(docs): runtime node & schema docs (#503) 6 meses atrás
..
components 4a857ba9a3 fix(materials): mouseup event propagation in condition (#458) 6 meses atrás
llms 77d8a893cb feat(docs): add custom layer docs (#383) 7 meses atrás
scripts cbefaa54fb chore: add license header (#432) 7 meses atrás
src 7220014b9b feat(docs): runtime node & schema docs (#503) 6 meses atrás
.eslintrc.js cbefaa54fb chore: add license header (#432) 7 meses atrás
.gitignore d7bdf8a078 feat: init flowgram.ai 11 meses atrás
README.md d7bdf8a078 feat: init flowgram.ai 11 meses atrás
global.less 6cdd7aa149 style(docs): Change fixed width to adaptive width. (#499) 6 meses atrás
package.json b211d0774f chore(build): support rush build on windows (#397) 7 meses atrás
rspress.config.ts cbefaa54fb chore: add license header (#432) 7 meses atrás
tsconfig.json b40a9eeddf feat(docs): add auto translate scripts for docs (#205) 8 meses atrás

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