Yiwei Mao b9e558215f docs(variable): optimize variable docs by codex (#979) 2 months ago
..
components 82880cff5e fix(docs): dark mode example code theme (#966) 2 months ago
scripts 1daa5596ab feat(variable): optimize comments and rename KeyPathExpressionV2 to KeyPathExpression (#929) 2 months ago
src b9e558215f docs(variable): optimize variable docs by codex (#979) 2 months ago
theme cb94eaf353 feat(landing): hover logo node glowing (#973) 2 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 a8da523e5f perf(docs): make quick start section easier to understand & beautify homepage (#952) 2 months ago
package.json d28ba4a50b docs(materials): refract material documentations (#914) 3 months ago
rspress.config.ts a8da523e5f perf(docs): make quick start section easier to understand & beautify homepage (#952) 2 months ago
tsconfig.json a8da523e5f perf(docs): make quick start section easier to understand & beautify homepage (#952) 2 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