https://github.com/mikeesto/pifiles
Things I always need to look up when working with Raspberry Pis
https://github.com/mikeesto/pifiles
linux raspberry-pi
Last synced: 3 months ago
JSON representation
Things I always need to look up when working with Raspberry Pis
- Host: GitHub
- URL: https://github.com/mikeesto/pifiles
- Owner: mikeesto
- Created: 2024-11-13T07:09:48.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-11-14T01:21:34.000Z (6 months ago)
- Last Synced: 2025-01-16T07:15:42.596Z (4 months ago)
- Topics: linux, raspberry-pi
- Homepage: https://pifiles.netlify.app/
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PiFiles
This is a collection of notes for working with the Raspberry Pi. For work and personal projects, I often find myself searching for the same information over and over again. This site is a way for me to collate it all in one place. A scrapbook of sorts.
## To run locally
In a virtual environment:
```bash
pip install mkdocs-material
```And then to run live preview server:
```bash
mkdocs serve
```