GithubHelp home page GithubHelp logo

radix-github-app's Introduction

Radix GitHub App

Work in progress.

The current code only works locally, but should be trivial to run in a proper domain. Check these links to set things and understand what's going on:

The app currently creates GitHub Statuses on PR commits.

Check the code: this app is a server; the entrypoint is index.js.

To run this you need to:

  • Run npm install (once, or when deps change)
  • Set up a new GitHub app (on your GitHub account for now)
  • Populate the .env file (use a personal token to test)
  • Run the Smee local proxy (see "setting up your dev env")
  • Run the server (npm start)
  • Point the app at the running server (i.e. this app)
  • Create a repo (in your GitHub account) for a simple Radix app
  • Set up the Radix app in the dev cluster (currently hardcoded)
  • Install the GitHub app in that repo

Note that you need to update the personal token in .env about once an hour. If you're on Mac, use this to acquire a token and copy it to the clipboard:

az account get-access-token | jq -r .accessToken | pbcopy

radix-github-app's People

Contributors

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