Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 442 Bytes

BUILD.md

File metadata and controls

25 lines (15 loc) · 442 Bytes

Building Bitkit from source

Setup

  1. Clone the repository
git clone git@github.com: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

Build

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

For Android: yarn bundle