Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marihachi/mist
A misskey client app of one file.
https://github.com/marihachi/mist
html misskey misskey-client react
Last synced: about 2 months ago
JSON representation
A misskey client app of one file.
- Host: GitHub
- URL: https://github.com/marihachi/mist
- Owner: marihachi
- License: mit
- Created: 2024-01-24T09:43:15.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-15T12:47:51.000Z (6 months ago)
- Last Synced: 2024-10-04T13:40:31.533Z (3 months ago)
- Topics: html, misskey, misskey-client, react
- Language: TypeScript
- Homepage:
- Size: 561 KB
- Stars: 17
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# mist
A Misskey client app of one file.The mist allows access to a Misskey server with only one HTML file in your machine.
If necessary, it can be delivered by a web server.![capture](https://raw.githubusercontent.com/marihachi/mist/ad96181d7a8510d42be3c07694b84e26edc25789/capture.png)
## Download
Release Page:
https://github.com/marihachi/mist/releases## Development
### Install dependencies
```sh
npm i
```### Run development server
```sh
npm run dev
```### Build distribution
```sh
npm run build
```## Author
marihachi## Contributors
- Masaya Suzuki - [Details](https://github.com/marihachi/mist/issues?q=author%3Amassongit)## License
MIT