Louis Young 7f4f4f5a02 docs(runtime): task validate api (#522) vor 6 Monaten
..
components 4a857ba9a3 fix(materials): mouseup event propagation in condition (#458) vor 6 Monaten
llms 77d8a893cb feat(docs): add custom layer docs (#383) vor 7 Monaten
scripts cbefaa54fb chore: add license header (#432) vor 7 Monaten
src 7f4f4f5a02 docs(runtime): task validate api (#522) vor 6 Monaten
.eslintrc.js cbefaa54fb chore: add license header (#432) vor 7 Monaten
.gitignore d7bdf8a078 feat: init flowgram.ai vor 11 Monaten
README.md d7bdf8a078 feat: init flowgram.ai vor 11 Monaten
global.less 6cdd7aa149 style(docs): Change fixed width to adaptive width. (#499) vor 6 Monaten
package.json f489ba51b2 feat(fixed-layout): add Agent and Slot node and remove reactor-plugin (#514) vor 6 Monaten
rspress.config.ts cbefaa54fb chore: add license header (#432) vor 7 Monaten
tsconfig.json b40a9eeddf feat(docs): add auto translate scripts for docs (#205) vor 8 Monaten

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