Git Product home page Git Product logo

community's Introduction

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

  • 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.

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 [email protected]:<your-gh-username>/community.git
cd community/krates
git checkout -b <proj-name>
krate init <proj-name>
fork.mp4

Develop

Open your project in VS Code and start developing.

vsc.mp4

Publish

Before submitting your PR, run the following:

krate publish
pub.mp4

Submit PR

Go to the local root directory of the cloned fork.

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

What to include in PR

See docs.

community's People

Contributors

audreylim avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.