chenjiawei.inizio 254b9278d9 fix: auto llmstxt (#541) před 6 měsíci
..
components c8618ccea5 feat(docs): add demo-playground example to docs (#537) před 6 měsíci
scripts cbefaa54fb chore: add license header (#432) před 6 měsíci
src c8618ccea5 feat(docs): add demo-playground example to docs (#537) před 6 měsíci
.eslintrc.js cbefaa54fb chore: add license header (#432) před 6 měsíci
.gitignore d7bdf8a078 feat: init flowgram.ai před 11 měsíci
README.md d7bdf8a078 feat: init flowgram.ai před 11 měsíci
global.less 6cdd7aa149 style(docs): Change fixed width to adaptive width. (#499) před 6 měsíci
package.json 254b9278d9 fix: auto llmstxt (#541) před 6 měsíci
rspress.config.ts 254b9278d9 fix: auto llmstxt (#541) před 6 měsíci
tsconfig.json b40a9eeddf feat(docs): add auto translate scripts for docs (#205) před 8 měsíci

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