2020-07-23 18:14:28 +02:00
|
|
|
# Simpkey
|
|
|
|
|
|
|
|
**Use misskey without JavaScript 🥴**
|
|
|
|
|
|
|
|
Simpkey is a HTML-Form based server-side-processing misskey client.
|
|
|
|
|
|
|
|
It is suitable if you are using a legacy computer, or you are not prefer to enable JavaScript.
|
|
|
|
|
|
|
|
## build
|
|
|
|
|
|
|
|
```
|
2020-07-24 15:37:50 +02:00
|
|
|
# ???????????
|
2020-07-23 18:14:28 +02:00
|
|
|
yarn install
|
2020-07-24 15:37:50 +02:00
|
|
|
|
|
|
|
# ????????
|
2020-07-23 18:14:28 +02:00
|
|
|
yarn build
|
2020-07-24 15:37:50 +02:00
|
|
|
|
|
|
|
# ???????
|
2020-07-23 18:14:28 +02:00
|
|
|
yarn start
|
2020-07-24 15:37:50 +02:00
|
|
|
|
|
|
|
# watch ????????????????????
|
|
|
|
yarn watch
|
2020-07-23 18:14:28 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
## LICENSE
|
|
|
|
|
|
|
|
[AGPL 3.0](LICENSE)
|