Lizenz hinzugefügt
All checks were successful
Deploy Docs / build-and-deploy (push) Successful in 12s
All checks were successful
Deploy Docs / build-and-deploy (push) Successful in 12s
This commit is contained in:
23
README.md
23
README.md
@@ -0,0 +1,23 @@
|
||||
# Lasertag (nRF + Thread)
|
||||
|
||||
DIY-Lasertag-System auf Basis von nRF52840, Thread und BLE. Enthält Firmware (Zephyr), Hardware-Designs und die begleitende Dokumentation.
|
||||
|
||||
## Dokumentation
|
||||
- Live: https://home.iten.pro/lasertag
|
||||
- Quellen: doc/ (MkDocs mit Material-Theme)
|
||||
- Schnelleinstieg: Konzept, Gameplay, Planung unter doc/docs/
|
||||
|
||||
## Repo-Überblick
|
||||
- firmware/ – Zephyr-Anwendungen (Leader, Weapon) und gemeinsame Libraries
|
||||
- hardware/ – KiCad-Designs und Skizzen
|
||||
- doc/ – MkDocs-Projekt für die Doku (build/serve über mkdocs)
|
||||
- software/ – Provisioning-Frontend und Tools
|
||||
|
||||
## Lokale Doku bauen
|
||||
```bash
|
||||
cd doc
|
||||
mkdocs serve # oder: mkdocs build
|
||||
```
|
||||
|
||||
## Lizenz
|
||||
CC BY-NC-SA 4.0 – siehe [LICENSE](LICENSE) für den vollständigen Text.
|
||||
|
||||
Reference in New Issue
Block a user