VEL-Connect/docs_website
kjjohnsen 99c604424f
Simplify JSON.net persist example
2024-03-07 14:13:15 -05:00
..
.vscode initial velconnect docs site 2024-03-06 17:02:20 -05:00
docs Simplify JSON.net persist example 2024-03-07 14:13:15 -05:00
.gitignore initial velconnect docs site 2024-03-06 17:02:20 -05:00
README.md initial velconnect docs site 2024-03-06 17:02:20 -05:00
mkdocs.yml initial velconnect docs site 2024-03-06 17:02:20 -05:00
requirements.txt initial velconnect docs site 2024-03-06 17:02:20 -05:00

README.md

VEL-Connect Docs

Setup

  1. Create or activate a pip environment
    • Create:
      • python -m venv env
    • Activate:
      • PowerShell: .\env\Scripts\Activate.ps1
      • CMD: .\env\Scripts\Activate.bat
  2. Install requirements:
    • pip install -r requirements.txt
  3. Run:
    • mkdocs serve
    • or use F5 in VSCode
  4. Build and Deploy