- Clone the repository
git clone git@github.com:synonymdev/bitkit.git && cd bitkit
- 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
.
- Install dependencies
yarn install
For iOS: Open the ios
folder in Xcode to build the project.
For Android: yarn bundle