Louis Young 77cdbbfb02 docs(runtime): runtime navigation collapsed by default (#552) 6 months ago
..
components c8618ccea5 feat(docs): add demo-playground example to docs (#537) 6 months ago
llms 3f891a8a1f Revert "fix: auto llmstxt (#541)" (#545) 6 months ago
scripts cbefaa54fb chore: add license header (#432) 6 months ago
src 77cdbbfb02 docs(runtime): runtime navigation collapsed by default (#552) 6 months ago
.eslintrc.js cbefaa54fb chore: add license header (#432) 6 months ago
.gitignore d7bdf8a078 feat: init flowgram.ai 10 months ago
README.md d7bdf8a078 feat: init flowgram.ai 10 months ago
global.less 6cdd7aa149 style(docs): Change fixed width to adaptive width. (#499) 6 months ago
package.json 3f891a8a1f Revert "fix: auto llmstxt (#541)" (#545) 6 months ago
rspress.config.ts 3f891a8a1f Revert "fix: auto llmstxt (#541)" (#545) 6 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