Skip to content

realcharmer/capyboard-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Installation

Create a new virtual environment for Python. This can be skipped if you already have a working venv.

python -m venv venv

Activate the venv and install or update dependencies.

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

💡 Using MkDocs

Serve the documentation locally for live preview while developing:

mkdocs serve

This will run a local web server with the documentation accessible at http://127.0.0.1:8000/.

You can also build the website files directly:

mkdocs build

The output will be saved to site/.

About

Documentation for the Capyboard devkit.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors