This website is the Azimutt documentation powered by Docusaurus 2.
If you want to use Azimutt, see you there: azimutt.app 😉
- Installation:
yarn
- Dev server:
yarn start
- Website build:
yarn build
(static content will be inbuild
folder)
Using SSH:
$ USE_SSH=true yarn deploy
Not using SSH:
$ GIT_USER=<Your GitHub username> 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.