kublet / community

Build for Kublet!
https://thekublet.com
Apache License 2.0
9 stars 15 forks source link
esp32 esp32-arduino kublet lcd lcd-display monitor

Community

Docs

Community is a platform for users of Kublet to publish their apps for the Kublet community to download and use for their kublet device.

softlight_trim

Requirements

MacOS

brew tap kublet/tools
brew install krate 

This README is meant to provide an overview of the process of contributing to community. See our developers guide for full installation steps.

Getting Started

  1. Fork this repository
  2. Clone the fork to your local machine
  3. Checkout a new branch locally
  4. Make, commit and push your changes
  5. Submit PR

Detailed guide.

Fork, clone, and create

After forking this repository, clone the fork and create a new project.

git clone git@github.com:<your-gh-username>/community.git
cd community/apps
git checkout -b <proj-name>
krate init <proj-name>

https://github.com/kublet/community/assets/4488777/4a016891-8ffc-4b83-af7e-d5ee9a7e9ff7

Develop

Open your project in VS Code and start developing.

https://github.com/kublet/community/assets/4488777/713d9131-ccca-4250-9778-4c1920fcd5a7

Publish

Before submitting your PR, run the following:

krate publish

https://github.com/kublet/community/assets/4488777/a5625629-8b75-4135-9970-3aa5e26cdbee

Submit PR

Go to the local root directory of the cloned fork.

cd /path/to/community/
git add .
git commit -m "Add boredd app"
git push origin <branch-name>

What to include in PR

See docs.