This repository is here for posterity. Future development will be on the app store by the Rebble team. The repo can be found here.
An open source alternative to the official Pebble app store (which may be killed by Fitbit)
Built with Vue.js
- Finish Watchfaces Page
- Finish Apps Page
- Finish Search Page
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# run unit tests
npm run unit
# run all tests
npm test