The Wayback Machine - https://web.archive.org/web/20230712025542/https://github.com/pebble/cloudpebble
Skip to content

pebble/cloudpebble

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
bin
 
 
 
 
 
 
ext
 
 
ide
 
 
 
 
qr
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

CloudPebble

CloudPebble is a web-based IDE for Pebble development. Email cloudpebble@getpebble.com for questions or support.

Getting Started

The easiest way to get a fully-functional copy of CloudPebble is using Docker and Docker Compose. Instructions can be found in the https://github.com/pebble/cloudpebble-composed repo.

To locally override the configuration, you can create a file at cloudpebble/settings_local.py and set the appropriate values there. Setting environment variables also works.

Note that you won't be able to set up integration with certain Pebble systems (e.g. Pebble SSO). This shouldn't usually matter; whenever these are used, an alternative route is provided and should be invoked in its absence.

Contributing

Fork the repo, create a branch, do your work, and make a pull request. Multiple commits are fine, provided they make logical sense. Please avoid commits that fix typos in prior commits.

If a change is a significant amount of work, it would probably be worth creating an issue to discuss it first. Pull requests are not automatically accepted (though they usually are).