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

https://github.com/juancsucoder/flatboat-docs

Documentation of the Flatboat Project.
https://github.com/juancsucoder/flatboat-docs

Last synced: 2 months ago
JSON representation

Documentation of the Flatboat Project.

Awesome Lists containing this project

README

        

# Flatboat Documentation

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

## Installation

```bash
bun i
```

## Local Development

```bash
bun 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

```bash
bun run build
```

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

## Deployment

Using SSH:

```bash
USE_SSH=true bun run deploy
```

Not using SSH:

```bash
GIT_USER= bun run deploy
```

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push it to the `gh-pages`` branch.