Skip to content

Commit

Permalink
fix(rn): README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
aeddi committed Oct 16, 2018
1 parent 58b1eda commit 9c43688
Showing 1 changed file with 34 additions and 7 deletions.
41 changes: 34 additions & 7 deletions client/react-native/README.md
@@ -1,16 +1,43 @@
# BERTY
## Berty
#### Mobile apps made with react-native and gomobile

# Install
### Launch in debug mode
```
$> make
make debug.android
make debug.ios
make debug.web
```

# Clean
### Install in release mode
```
$> make fclean
make release.android
make release.ios
```

# Reinstall
### Clean deps and builded objects
```
$> make re
make clean.android
make clean.ios
make clean.web
```

### Clean then relaunch in debug mode
```
make re.android
make re.ios
make re.web
```

### Launch dockerized web client
```
make webapp.start
make webapp.open
make webapp.logs
make webapp.gendata
make webapp.reset
make webapp.list
make webapp.stop
make webapp.rm
```

0 comments on commit 9c43688

Please sign in to comment.