Technical documentation for the Indy Center Tech Team.
# Install dependencies
pip install -r requirements.txt
# Start the development server
mkdocs serve
# Build the documentation
mkdocs build- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
Made with ❤️ by the Indy Center Tech Team