/rebble-store

Pebble app store replacement.

Primary LanguageVueMIT LicenseMIT

Rebble Store for pebble

The Rebble Store is a Pebble Appstore replacement.

If you want to contribute join us on the Pebble Dev Discord server, then head to #appstore.

This is the Rebble replacement for the Pebble app store. This project is under active development, though the eventual goal is to reach feature parity with the current Pebble smartwatch app store.

This project is built with VueJS 2, with webpack scripts included for debugging, hot-reload, and production builds. More information on the Vue webpack build scripts can be found here.

Backend/API

This project has a separate backend/api with a Python option and a GoLang option, for now the main one with all the issues is Golang.

The Python backend has been deprecated.

Installing

If you want torun a local version you will also need to run the backend.

# install dependencies
npm install

# serve with hot reload at localhost:8081
npm run dev

# build for production with minification
npm run build

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test