mirror of
https://github.com/Cronocide/WebMessage.git
synced 2025-01-22 19:28:37 +00:00
24 lines
416 B
Markdown
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
|
|
```
|