WebMessage/README.md

24 lines
416 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
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)
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
```