Skip to content

Flexpilot Docs Website

Release SiteBuild Site

This repository contains the source code for the Flexpilot docs website

🚀 Quick start

  • Clone the repository
sh
git clone https://github.com/flexpilot-ai/flexpilot-docs.git
  • Install dependencies
sh
npm ci
  • Start the development server
sh
npm run docs:dev