Welcome to the CivicTechWR organization and documentation repository. Here, you’ll find all the policies, guidelines, and templates you need for smooth operations and effective project management.
Interested in contributing? Check out our Currently Happening in CTWR project board to see where you can make a difference!
- Repositories for CTWR Initiatives
- Project related repositories
- Clone the repository:
git clone https://github.com/yourusername/CTWR-Organization-Documentation.git
cd CTWR-Organization-Documentation
- create a virtual environment
python3 -m venv venv
- activate the virtual environment & install dependencies
./venv/bin/pip install -r requirements.txt
./venv/bin/pip install "mkdocs-material[imaging]"
- Run the development server
./venv/bin/mkdocs serve
- View the documentation at http://127.0.0.1:8000
Please read our Contributing Guidelines for details on how to contribute to this documentation.
This project is licensed under the terms specified in the LICENSE file.