WebMessage/README.md

27 lines
697 B
Markdown
Raw Permalink Normal View History

2021-02-05 11:58:47 +00:00
# WebMessage [![Build Status](https://travis-ci.org/sgtaziz/WebMessage.svg?branch=main)](https://travis-ci.org/sgtaziz/WebMessage)
2021-02-11 15:18:44 +00:00
A messaging client, meant to work with the [WebMessage tweak](https://github.com/sgtaziz/WebMessage-Tweak) for jailbroken iOS devices.
2020-11-28 06:10:49 +00:00
2021-02-06 08:10:22 +00:00
## Donating
If you would like to support my work, you can donate using [this link](https://paypal.me/sgtaziztweaks).
2021-01-22 14:32:43 +00:00
## Screenshots
![Screenshot 1](https://i.imgur.com/AiZ1GbR.png)
![Screenshot 2](https://i.imgur.com/ioMiXOn.png)
2021-02-19 15:24:08 +00:00
## Development
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
```