The Opta Documentation
August 4, 2022 ยท View on GitHub
Latest Main (edge) Deploy: https://edge.docs.opta.dev
Development
Traditional
- Fetch git submodules:
git submodule update --init --recursive - Install hugo:
brew install hugo - Install npm dependencies:
npm install - Run hugo server:
hugo server
Docker-compose
-
Fetch git submodules:
git submodule update --init --recursive -
Install docker-compose and
docker-compose up
You can now see the site at http://localhost:1313 Any changes you make will get instantly updated in the browser!
Deployment
We have continuous deployment set up. Once your PR gets merged, it will automatically get deployed to https://docs.opta.dev