Use getUserData instead of state directly, now that it works as of 4.0.7 in OnInitialState |
||
|---|---|---|
| .. | ||
| .vscode | ||
| docs | ||
| .gitignore | ||
| README.md | ||
| mkdocs.yml | ||
| requirements.txt | ||
README.md
VEL-Connect Docs
Setup
- Create or activate a pip environment
- Create:
python -m venv env
- Activate:
- PowerShell:
.\env\Scripts\Activate.ps1 - CMD:
.\env\Scripts\Activate.bat
- PowerShell:
- Create:
- Install requirements:
pip install -r requirements.txt
- Run:
mkdocs serve- or use
F5in VSCode
- Build and Deploy
- Building and deploying happens automatically using a GitHub Action on push. If you want to build manually, use this command:
mkdocs build
- For more information, visit these docs pages: https://squidfunk.github.io/mkdocs-material/getting-started/
- Building and deploying happens automatically using a GitHub Action on push. If you want to build manually, use this command: