Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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