Bespoke resting heart rate experiment tracker. Inspired by @karpathy.
- 8-week Zone 2 + HIIT tracking calendar
- Click any day to log workouts
- RHR trend chart
- Progress tracking toward weekly/total goals
- Data persists in browser localStorage
- Dark theme
# Clone this repo
git clone https://github.com/tloncorp/rhr-tracker.git
cd rhr-tracker
# Copy desk to your pier
cp -r desk /path/to/your/pier/rhrIn your ship's dojo:
|merge %rhr our %base
|mount %rhrThen copy the desk files:
cp -r desk/* /path/to/your/pier/rhr/Commit in dojo:
|commit %rhr
|install our %rhrNavigate to http://your-ship/docket/upload in your browser.
- Select
%rhras the target desk - Select the
glob/folder from this repo - Click "glob!"
The app will appear in your Landscape grid. Click to open!
Just open index.html in a browser, or visit: https://tloncorp.github.io/rhr-tracker/
Edit glob/index.html to change:
- Experiment duration (default: 8 weeks)
- Weekly Zone 2 target (default: 210 min)
- Start date
- RHR goal
Then re-upload the glob.
MIT