Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 546 Bytes

BUILD.md

File metadata and controls

37 lines (23 loc) · 546 Bytes

Building Bitkit from source

Setup

  1. Clone the repository
git clone [email protected]:synonymdev/bitkit.git && cd bitkit
  1. Switch Node version

Switch to the Node.js version defined in .nvmrc. If nvm (or similiar) is installed on your system you can run nvm use.

  1. Install dependencies
yarn install
  1. Setup iOS or Android dependencies
yarn setup-ios

or

yarn setup-android

Build

For iOS: Open the ios folder in Xcode to build the project.

For Android: yarn bundle