https://github.com/marihachi/mist
A misskey client app of one file.
https://github.com/marihachi/mist
html misskey misskey-client react
Last synced: 11 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-15T12:47:51.000Z (almost 2 years ago)
- Last Synced: 2025-03-30T17:02:29.427Z (12 months ago)
- Topics: html, misskey, misskey-client, react
- Language: TypeScript
- Homepage:
- Size: 561 KB
- Stars: 22
- Watchers: 3
- 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.

## 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