dandrews / Introvert

The story of your uninterrupted time.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blum

Install a development version

  1. Install Android SDK or Xcode (depending on a target platform). For more info see Getting Started section.

  2. Install Node.js

    • on OSX use homebrew brew install node
    • on Windows use chocolatey choco install nodejs
    • on Debian based linux use apt-get install nodejs npm
    • or using nvm
  3. Install react-native

    npm install -g react-native-cli

  4. Go to the root folder

    cd ocus
    
  5. Install local dependence:

    yarn install
    
  6. Start the application

    react-native run-android
    

    or

    react-native run-ios
    

Style Guide

Useful information

Logging

Build tools

Increase version:

yarn bump

Release publishing

About

The story of your uninterrupted time.


Languages

Language:JavaScript 86.3%Language:Objective-C 4.3%Language:HTML 2.9%Language:Java 2.4%Language:Ruby 2.1%Language:Starlark 1.6%Language:CSS 0.3%Language:Swift 0.1%