Latest Main (edge) Deploy: https://edge.docs.opta.dev
- Fetch git submodules:
git submodule update --init --recursive
- Install hugo:
brew install hugo
- Install npm dependencies:
npm install
- Run hugo server:
hugo server
-
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!
We have continuous deployment set up. Once your PR gets merged, it will automatically get deployed to https://docs.opta.dev