Skip to content

Commit d1f9ee8

Browse files
authored
Merge pull request #1 from ava-labs/development
Add README, use yarn, update package json
2 parents 4392cdc + c4e6ab4 commit d1f9ee8

File tree

5 files changed

+9199
-30103
lines changed

5 files changed

+9199
-30103
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,4 @@ buck-out/
5757

5858
# CocoaPods
5959
/ios/Pods/
60+
package-lock.json

README.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Avalanche Wallet Apps
2+
3+
## Getting Started
4+
5+
First, clone the repo.
6+
7+
```zsh
8+
git clone git@github.com:ava-labs/avalanche-wallet-apps.git
9+
cd avalanche-wallet-apps/
10+
```
11+
12+
Next, install the dependencies.
13+
14+
```zsh
15+
yarn install
16+
```
17+
18+
## Launch iOS App
19+
20+
First open XCode and then run
21+
22+
```zsh
23+
yarn ios
24+
```
25+
26+
## Launch Android App
27+
28+
```zsh
29+
yarn android
30+
```
31+
32+
## Tests
33+
34+
You can run the test suite with
35+
36+
```zsh
37+
yarn test
38+
```

0 commit comments

Comments
 (0)