# -*- mode: org; -*- #+TITLE: My Fitness Tracker #+AUTHOR: Marius PETER #+DATE: <2024-07-03 Wed> * Loading My Fitness Tracker ** From my VPS #+begin_src smalltalk Metacello new baseline: 'MyFitnessTracker'; repository: 'ssh://git.mlnp.fr/my-fitness-tracker.git'; load #+end_src ** From a local clone #+begin_src smalltalk Metacello new baseline: 'MyFitnessTracker'; repository: 'gitlocal:///home/blendux/git/my-fitness-tracker/src'; load: 'all' #+end_src * Documentation All documentation is accessible via Pharo's internal documentation browsing tools.