/Introvert

The story of your uninterrupted time.

Primary LanguageJavaScriptMIT LicenseMIT

Introvert

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 Introvert
    
  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