# FlowGram.AI WebSite ## Setup Install the dependencies: ```bash rush update ``` ## Get Started Start the dev server: ```bash cd apps/docs rushx dev ``` Build the website for production: ```bash rushx build ``` Preview the production build locally: ```bash rushx preview ```