Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 899 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 899 Bytes

The Opta Documentation

Netlify Status

Latest Main (edge) Deploy: https://edge.docs.opta.dev

Development

Traditional

  1. Fetch git submodules: git submodule update --init --recursive
  2. Install hugo: brew install hugo
  3. Install npm dependencies: npm install
  4. Run hugo server: hugo server

Docker-compose

  1. Fetch git submodules: git submodule update --init --recursive

  2. 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