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

https://github.com/azimuttapp/docs

Azimutt documentation
https://github.com/azimuttapp/docs

Last synced: about 1 month ago
JSON representation

Azimutt documentation

Awesome Lists containing this project

README

          

# Azimutt documentation

This website is the [Azimutt documentation](https://docs.azimutt.app) powered by [Docusaurus 2](https://docusaurus.io).

If you want to use Azimutt, see you there: [azimutt.app](https://azimutt.app) 😉

## Development

- Installation: `yarn`
- Dev server: `yarn start`
- Website build: `yarn build` (static content will be in `build` folder)

## Deployment

Using SSH:

```
$ USE_SSH=true yarn deploy
```

Not using SSH:

```
$ GIT_USER= yarn deploy
```

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