simpkey/README.md

23 lines
513 B
Markdown

# Simpkey
**Use misskey without JavaScript 🥴**
_English-translated fork - Original Japanese repo at <https://github.com/EbiseLutica/simpkey>_
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.
## Usage
```sh
yarn install # Get dependencies
yarn build # Get
yarn start # Finally, run normally
yarn watch # Finally, run in development status (with hot reload)
```
## LICENSE
[AGPL 3.0](LICENSE)