Commit 1eca610f0f3e8c374c18e413aa34caa7837af338
Add some instructions for building
Andre Staltz committed on 7/19/2017, 9:39:34 PMParent: e4eb7afb4dcf6c568198cd5168c14961cf5d572c
Files changed
README.md | changed |
README.md | ||
---|---|---|
@@ -1,6 +1,18 @@ | ||
1 | 1 | # MMMMM client for Secure Scuttlebutt |
2 | 2 | |
3 | +## Install dependencies | |
4 | + | |
5 | +``` | |
6 | +yarn | |
7 | +``` | |
8 | + | |
9 | +## Build/run in development | |
10 | + | |
11 | +``` | |
12 | +react-native run-android | |
13 | +``` | |
14 | + | |
3 | 15 | ## Important Dependencies |
4 | 16 | |
5 | 17 | - React Native |
6 | 18 | - TypeScript |
@@ -31,5 +43,5 @@ | ||
31 | 43 | ``` |
32 | 44 | ./test-features.sh |
33 | 45 | ``` |
34 | 46 | |
35 | -or `npm run test-e2e-android` from the root directory. | |
47 | +or `npm run test-e2e-android` from the root directory. |
Built with git-ssb-web