simpkey/README.md

23 lines
513 B
Markdown
Raw Permalink Normal View History

2020-07-23 18:14:28 +02:00
# Simpkey
**Use misskey without JavaScript 🥴**
2022-11-17 21:25:19 +01:00
_English-translated fork - Original Japanese repo at <https://github.com/EbiseLutica/simpkey>_
2020-07-23 18:14:28 +02:00
2022-11-17 21:25:19 +01:00
Simpkey is a HTML-Form based server-side-processing Misskey client.
It is suitable if you're using a legacy computer, or you prefer not to enable JavaScript.
2020-07-23 18:14:28 +02:00
2022-11-17 21:25:19 +01:00
## Usage
2020-07-23 18:14:28 +02:00
2022-11-17 21:25:19 +01:00
```sh
yarn install # Get dependencies
yarn build # Get
2020-07-24 15:37:50 +02:00
2022-11-17 21:25:19 +01:00
yarn start # Finally, run normally
yarn watch # Finally, run in development status (with hot reload)
2020-07-23 18:14:28 +02:00
```
## LICENSE
2022-11-17 21:25:19 +01:00
[AGPL 3.0](LICENSE)