Overview:
Misskey Hub (Next) is a website built with Nuxt, designed as a hub for Misskey. It provides various features and functionalities to enhance the Misskey experience. With Misskey Hub, users can easily navigate through the documentation, access Misskey Web, and make use of other useful tools and resources.
Features:
- Customizable Announcement Text: Users can easily modify the announcement text by editing the app.config.ts file.
- Improved Link Handling: Misskey Hub uses the <GNuxtLink> component instead of <NuxtLink> to enhance the processing of internal and external links. The component also incorporates the useGLocalePath composable function, which wraps the useLocalePath function to generate dynamic links that are suitable for the hosting environment.
- Enhanced Linking to Misskey Web: By starting the address with “x-mi-web://” followed by the relative path of Misskey, users can create links to Misskey Web using the GNuxtLink component and various documentation resources.
Installation:
To install Misskey Hub, follow these steps:
- Install the dependencies:
npm install
- Start the development server on http://localhost:3000:
npm run dev
- Build the application for production:
npm run build
- Locally preview the production build:
npm run start
Please refer to the deployment documentation for more detailed information.
Summary:
Misskey Hub (Next) is a website built with Nuxt that serves as a hub for Misskey. With its features like customizable announcement text, improved link handling, and enhanced linking to Misskey Web, Misskey Hub offers a convenient and streamlined experience for Misskey users. Installation instructions are provided for setting up and deploying Misskey Hub.