https://github.com/azimuttapp/docs
Azimutt documentation
https://github.com/azimuttapp/docs
Last synced: about 1 month ago
JSON representation
Azimutt documentation
- Host: GitHub
- URL: https://github.com/azimuttapp/docs
- Owner: azimuttapp
- Archived: true
- Created: 2023-02-15T14:06:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-23T19:27:21.000Z (over 2 years ago)
- Last Synced: 2025-04-13T21:17:42.732Z (6 months ago)
- Language: JavaScript
- Homepage: https://docs.azimutt.app
- Size: 616 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.