WebMessage/README.md

19 lines
301 B
Markdown
Raw Normal View History

2020-12-26 20:29:35 +00:00
# WebMessage
A messaging client, meant to work with the WebMessage tweak for jailbroken iOS devices.
2020-11-28 06:10:49 +00:00
## Project setup
2020-12-26 20:31:50 +00:00
### Installs required dependencies
2020-11-28 06:10:49 +00:00
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
2020-12-26 20:32:24 +00:00
### Compiles and bundles for production
2020-11-28 06:10:49 +00:00
```
yarn build
```