Yiwei Mao 4a857ba9a3 fix(materials): mouseup event propagation in condition (#458) 6 hónapja
..
components 4a857ba9a3 fix(materials): mouseup event propagation in condition (#458) 6 hónapja
llms 77d8a893cb feat(docs): add custom layer docs (#383) 6 hónapja
scripts cbefaa54fb chore: add license header (#432) 6 hónapja
src 9210f5041d feat: prompt editor variable display (#453) 6 hónapja
.eslintrc.js cbefaa54fb chore: add license header (#432) 6 hónapja
.gitignore d7bdf8a078 feat: init flowgram.ai 10 hónapja
README.md d7bdf8a078 feat: init flowgram.ai 10 hónapja
global.less cbefaa54fb chore: add license header (#432) 6 hónapja
package.json b211d0774f chore(build): support rush build on windows (#397) 6 hónapja
rspress.config.ts cbefaa54fb chore: add license header (#432) 6 hónapja
tsconfig.json b40a9eeddf feat(docs): add auto translate scripts for docs (#205) 8 hónapja

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