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

https://github.com/airframesio/docs

Documentation Website
https://github.com/airframesio/docs

airframes documentation

Last synced: 5 months ago
JSON representation

Documentation Website

Awesome Lists containing this project

README

          

# Documentation Website

This website is built using [Docusaurus 3](https://docusaurus.io/), a modern static website generator.

[![Contributors](https://img.shields.io/github/contributors/airframesio/docs)](https://github.com/airframesio/docs/graphs/contributors)
[![Activity](https://img.shields.io/github/commit-activity/m/airframesio/docs)](https://github.com/airframesio/docs/pulse)
[![Discord](https://img.shields.io/discord/1067697487927853077?logo=discord)](https://discord.gg/8Ksch7zE)

### Installation

```
$ yarn
```

### Local Development

```
$ yarn start
```

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

### Build

```
$ yarn build
```

This command generates static content into the `build` directory and can be served using any static contents hosting service.