WebMessage/README.md
2021-01-22 17:32:43 +03:00

24 lines
416 B
Markdown

# WebMessage
A messaging client, meant to work with the WebMessage tweak for jailbroken iOS devices.
## Screenshots
![Screenshot 1](https://i.imgur.com/AiZ1GbR.png)
![Screenshot 2](https://i.imgur.com/ioMiXOn.png)
## Project setup
### Installs required dependencies
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and bundles for production
```
yarn build
```