All Projects → pebble-dev → Rebble Store

pebble-dev / Rebble Store

Licence: mit
Pebble app store replacement.

Projects that are alternatives of or similar to Rebble Store

Blog
个人博客,希望能让各位看官有所收获,喜欢可以 star || watch ^_^ 🎉
Stars: ✭ 166 (-30.83%)
Mutual labels:  front-end
Awesome
前端相关的博客、笔记、书籍和书签列表。
Stars: ✭ 198 (-17.5%)
Mutual labels:  front-end
Logarr
“Logarr” is a self-hosted PHP web app that consolidates, formats, and displays log and text files for easy analysis and monitoring.
Stars: ✭ 216 (-10%)
Mutual labels:  front-end
Front End Tooling Recipes
Collection of pre-configured front-end tooling setups for common uses.
Stars: ✭ 176 (-26.67%)
Mutual labels:  front-end
Webgradients
A curated collection of splendid gradients made in CSS3, .sketch and .PSD formats.
Stars: ✭ 2,197 (+815.42%)
Mutual labels:  front-end
Bit
A tool for component-driven application development.
Stars: ✭ 14,443 (+5917.92%)
Mutual labels:  front-end
Lxxyxresume
前端简历生成器
Stars: ✭ 156 (-35%)
Mutual labels:  front-end
Frontend Developer Roadmap
📘 Front-end developer roadmap in 2021. This repository aims to collect the most important concepts of front-end.
Stars: ✭ 233 (-2.92%)
Mutual labels:  front-end
100 Days Of Code Frontend
Curriculum for learning front-end development during #100DaysOfCode.
Stars: ✭ 2,419 (+907.92%)
Mutual labels:  front-end
V Selectpage
SelectPage for Vue2, list or table view of pagination, use tags for multiple selection, i18n and server side resources supports
Stars: ✭ 211 (-12.08%)
Mutual labels:  front-end
Ui Stack
🔍 A Chrome extension that lets you inspect a website's framework and libraries
Stars: ✭ 178 (-25.83%)
Mutual labels:  front-end
Portfolio
📰 Meu portfólio criado com o objetivo de mostrar meus projetos recentes e futuros ao longo da minha carreira.
Stars: ✭ 178 (-25.83%)
Mutual labels:  front-end
Front End Guide
📚 Study guide and introduction to the modern front end stack.
Stars: ✭ 14,073 (+5763.75%)
Mutual labels:  front-end
Css Modules Typescript Loader
Webpack loader to create TypeScript declarations for CSS Modules
Stars: ✭ 172 (-28.33%)
Mutual labels:  front-end
Fetiku
front interview 前端 面试题: 持续更新中... 基础,进阶,react,vue,node,小程序,前端算法,安全,常考面试题, 如果能帮到你,就给个 star😊
Stars: ✭ 221 (-7.92%)
Mutual labels:  front-end
Streamlink Twitch Gui
A multi platform Twitch.tv browser for Streamlink
Stars: ✭ 2,059 (+757.92%)
Mutual labels:  front-end
Sliderawesome
A slider plugin full of various effects and styles that allows any customization. 一款可定制的风格效果多样的轮播图插件。
Stars: ✭ 204 (-15%)
Mutual labels:  front-end
Javascript Articles Monthly
JavaScript 文章精选月刊
Stars: ✭ 238 (-0.83%)
Mutual labels:  front-end
Notes And Blog
阅读笔记及高质量博客整理
Stars: ✭ 229 (-4.58%)
Mutual labels:  front-end
Fe Books
📖 📖 前端书籍pdf整理
Stars: ✭ 206 (-14.17%)
Mutual labels:  front-end

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 that's currently written in Python. It can be found here.

It's not necessary to run the API locally unless also developing for the API. The frontend points to the production API by default.

Installing

If you want to run 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].