Git Product home page Git Product logo

jenkins's Introduction

Jenkins Mobile Client

React-Native Jenkins Client for iOS and Android

Documentation

Check out the documentation for the project.

Setup

Step 1:

Clone the repo: git clone https://github.com/derickwarshaw/jenkins.git

Step 2:

Change directories into the repo: cd jenkins

Step 3:

Install the npm application: npm install

Step 4:

If you run into an issue building the project, check out React's issues page. You may need to go into XCode and doubleclick on the RCTWebSocket project in your navigator and remove the flags under build settings > custom compiler flags.

Run the App

Step 1:

Make sure you're in the project folder. If not, change directories into the folder: cd jenkins

Step 2:

Run Build: See Facebook's official instructions on getting started for your mobile and development OS instructions

Want to make a contribution?

Check this out

Troubleshooting

  1. ** BUILD FAILED **
    • CFBundleIdentifier
      • Typically the result of another process running on the same port. To resolve this find the PID for the process on port 8081
      • run lsof -n -i4TCP:8081 which should return any process running on 8081.
      • run kill -p PID - where PID is the PID of the process identified by the command above.

jenkins's People

Contributors

aethmos avatar bbohen avatar derickwarshaw avatar nicholas-b-carter avatar thefireferret avatar

Watchers

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