An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Flexpilot Docs Website

[![Release Site](https://github.com/flexpilot-ai/flexpilot-docs/actions/workflows/release.yml/badge.svg)](https://github.com/flexpilot-ai/flexpilot-docs/actions/workflows/release.yml)
[![Build Site](https://github.com/flexpilot-ai/flexpilot-docs/actions/workflows/build.yml/badge.svg)](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
```