Skip to content
This repository was archived by the owner on Jul 31, 2026. It is now read-only.

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

FRC 4256 Knowledgebase

This repo is the documentation site for FRC 4256. It is built with MkDocs and the Material theme.

Install

Using a virtual environment is recommended.

Windows PowerShell

python -m venv .venv
.venv\Scripts\Activate.ps1
pip install -r requirements.txt

macOS / Linux

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Run Locally

Start the local docs server with:

mkdocs serve

Then open:

http://127.0.0.1:8000

The site will automatically reload when docs files are changed.

About

Standard Procedures for 4256 Cyborg Cats

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors