Become less sedentary with pebble
- Install Pebble SDK.
- Get source code.
git clone https://github.com/snap-stanford/pebble-fit.git
- Build the app for the first time. The
node_modules
directory will be created.pebble build
- Apply patch. Move pebble-fit/enamel.c.jinja to pebble-fit/node_modules/enamel/templates/ and overwrite the one exists in that directory.
mv -f enamel.c.jinja node_modules/enamel/templates/
- Rebuild app.
pebble build
Note: we have depricated building this app with CloudPebble.