Community is a platform for users of Kublet to publish their apps for the Kublet community to download and use for their kublet device.
- Krate CLI
- Visual Studio Code with PIO extension
- Kublet
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.
- Fork this repository
- Clone the fork to your local machine
- Checkout a new branch locally
- Make, commit and push your changes
- Submit PR
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>fork.mp4
Develop
Open your project in VS Code and start developing.
vsc.mp4
Before submitting your PR, run the following:
krate publishpub.mp4
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>See docs.
