https://github.com/flexpilot-ai/flexpilot-docs
Source code for flexpilot docs website
https://github.com/flexpilot-ai/flexpilot-docs
flexpilot open-source
Last synced: 6 months ago
JSON representation
Source code for flexpilot docs website
- Host: GitHub
- URL: https://github.com/flexpilot-ai/flexpilot-docs
- Owner: flexpilot-ai
- License: mit
- Created: 2025-01-23T14:23:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-20T06:49:47.000Z (over 1 year ago)
- Last Synced: 2025-06-27T14:42:17.585Z (about 1 year ago)
- Topics: flexpilot, open-source
- Language: Vue
- Homepage: https://flexpilot.ai
- Size: 53.9 MB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flexpilot Docs Website
[](https://github.com/flexpilot-ai/flexpilot-docs/actions/workflows/release.yml)
[](https://github.com/flexpilot-ai/flexpilot-docs/actions/workflows/build.yml)
This repository contains the source code for the Flexpilot [docs](https://flexpilot.ai) 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
```