Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 519 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 519 Bytes

README

The docs are deployed at: https://trisolaris-labs.github.io/docs/

Setup

  1. Clone the repo
  2. Create a virtual enviornment
    virtualenv -p python3.8 venv
    source venv/bin/activate
  1. Install dependencies pip install -r requirements.txt
  2. Start a local server mkdocs serve
  3. Make changes and update local/origin master
  4. Once you make an update, and push to main, you can then run mkdocs gh-deploy to deploy the site live.