Skip to content

Commit

Permalink
docs: update DEVELOPMENT.md
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviomoceri committed Nov 30, 2023
1 parent 70b747c commit 9345ced
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,33 +10,25 @@ Make sure you have [setup your environment for React Native](https://reactnative
git clone [email protected]:synonymdev/bitkit.git && cd bitkit
```

2. Install dependencies
2. Switch Node version

```shell
yarn install
```

3. Setup iOS or Android dependencies
Switch to the Node.js version defined in `.node-version`. You can visit [.node-version File Usage](https://github.com/shadowspawn/node-version-usage) and use one of these methods to change the node version you need.

```shell
yarn setup-ios
```

or
3. Install dependencies

```shell
yarn setup-android
yarn install
```

4. Start the project

On iOS Simulator:
On iOS Simulator/Device:

```shell
yarn ios
```

On Android Emulator:
On Android Emulator/Device:

```shell
yarn android
Expand Down

0 comments on commit 9345ced

Please sign in to comment.