Skip to content

Commit 2b4b5d7

Browse files
committed
Documentation
1 parent 984293f commit 2b4b5d7

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# general instructions
22

3-
- after every change update `docs/DEVELOPER_GUIDE.md` if necessary
3+
- use `docs/DEVELOPER_GUIDE.md` as a developer reference. after big changes, think about whether the guide should be updated or not. if so, update it (but make sure to keep style consistent with the rest of the guide). make sure to not bloat the guide while keeping it up to date.

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![License](https://img.shields.io/badge/license-MIT-blue)](LICENSE)
44
![Platform](https://img.shields.io/badge/platform-macOS-lightgrey)
5-
[![Desktop](https://img.shields.io/badge/desktop-Tauri%20v2-yellow)](https://tauri.app/)
5+
[![Framework](https://img.shields.io/badge/framework-Tauri%20v2-yellow)](https://tauri.app/)
66
[![Backend](https://img.shields.io/badge/backend-Rust-orange)](https://www.rust-lang.org/)
77
[![Frontend](https://img.shields.io/badge/frontend-React%20%2B%20TypeScript-3178c6)](https://reactjs.org/)
88

@@ -60,8 +60,14 @@ Here is the workflow I personally use (and would recommend) for athletes in the
6060
todo...
6161

6262

63+
64+
65+
66+
6367
## Advanced Analytics
6468

69+
todo...
70+
6571

6672
## Privacy
6773

docs/DEVELOPER_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ It is intentionally practical: what exists today, how it fits together, and how
99

1010
### Prerequisites
1111

12-
- Node.js `22+`
12+
- Node.js 22+
1313
- Rust stable toolchain
1414
- macOS (primary supported platform for local dev and release)
1515

0 commit comments

Comments
 (0)