Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/misskey-dev/misskey-hub
Website for Misskey
https://github.com/misskey-dev/misskey-hub
blog documentation misskey static-site vuepress
Last synced: 16 days ago
JSON representation
Website for Misskey
- Host: GitHub
- URL: https://github.com/misskey-dev/misskey-hub
- Owner: misskey-dev
- License: mit
- Created: 2021-08-09T02:39:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-04T05:11:30.000Z (8 months ago)
- Last Synced: 2024-12-02T08:12:59.293Z (20 days ago)
- Topics: blog, documentation, misskey, static-site, vuepress
- Language: Vue
- Homepage: https://misskey-hub.net
- Size: 377 MB
- Stars: 287
- Watchers: 8
- Forks: 150
- Open Issues: 90
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> [!IMPORTANT]
> This version of Misskey Hub is no longer maintained, but you can still access the site at https://legacy.misskey-hub.net/ . \
> Further development will take place in the [misskey-dev/misskey-hub-next](https://github.com/misskey-dev/misskey-hub-next) repository.# Misskey Hub
Misskey Hub is an Official Site of Misskey.Built with [VuePress](https://github.com/vuepress/vuepress-next).
## Develop
Node.js and npm are required.### Launch dev server
```
npm run dev
```### Build as static site
```
npm run build
```## License
MIT License