mirror of
https://github.com/Cronocide/WebMessage.git
synced 2025-01-22 19:28:37 +00:00
19 lines
301 B
Markdown
19 lines
301 B
Markdown
# WebMessage
|
|
A messaging client, meant to work with the WebMessage tweak for jailbroken iOS devices.
|
|
|
|
## Project setup
|
|
### Installs required dependencies
|
|
```
|
|
yarn install
|
|
```
|
|
|
|
### Compiles and hot-reloads for development
|
|
```
|
|
yarn serve
|
|
```
|
|
|
|
### Compiles and bundles for production
|
|
```
|
|
yarn build
|
|
```
|