Go to file
hilot06 b2d24ffa65
Misskey Hub内へ飛ばすリンクのリンク切れ解消 (#22)
* ドキュメント内に飛ばすリンクのリンク切れを修正

* 色々やらかしてた(タイポとリンク切れを潰す以外の編集があった)ので修正

* タイポとか修正

* リンク切れの見落としが合ったので解消

* TODOをぶっ潰してコメントにしたみょ
2023-11-15 23:01:44 +09:00
.vscode (add) api docs: wip 2023-07-18 01:44:06 +09:00
assets Revert "tweak style" 2023-11-13 21:10:30 +09:00
components Revert "tweak style" 2023-11-13 21:10:30 +09:00
composables (add) docs page 2023-07-12 02:19:32 +09:00
content Misskey Hub内へ飛ばすリンクのリンク切れ解消 (#22) 2023-11-15 23:01:44 +09:00
layouts Revert "tweak style" 2023-11-13 21:10:30 +09:00
locales (enhance) 言語ファイルを lazy-loading する 2023-11-12 15:54:05 +09:00
pages Revert "tweak style" 2023-11-13 21:10:30 +09:00
public Misskey-devメンバーを紹介するページ (#11) 2023-11-12 10:38:15 +09:00
scripts (enhance) 言語ファイルを lazy-loading する 2023-11-12 15:54:05 +09:00
server (enhance) i18nRedirector: add fallback links 2023-11-04 16:38:34 +09:00
types (refactor) better types 2023-11-12 13:21:23 +09:00
.editorconfig Update .editorconfig 2023-11-13 14:39:06 +09:00
.gitattributes (fix) language statistics 2023-07-12 00:09:13 +09:00
.gitignore (enhance) 言語ファイルを lazy-loading する 2023-11-12 15:54:05 +09:00
.npmrc wip 2023-07-08 17:36:02 +09:00
app.config.ts (update) content 2023-10-29 23:10:54 +09:00
app.vue (enhance) fonts in mainland china 2023-11-03 16:55:33 +09:00
crowdin.yml wip 2023-07-08 17:36:02 +09:00
error.vue (Add) AsideNav 2023-09-24 03:02:04 +09:00
i18n.config.ts (enhance) 言語ファイルを lazy-loading する 2023-11-12 15:54:05 +09:00
LICENSE add legal stuff 2023-11-11 21:03:15 +09:00
nuxt.config.ts Revert "tweak style" 2023-11-13 21:10:30 +09:00
package.json (fix) dependencies 2023-11-12 16:28:22 +09:00
pnpm-lock.yaml (fix) dependencies 2023-11-12 16:28:22 +09:00
postcss.config.ts wip 2023-07-08 17:36:02 +09:00
README.md (add) 「このページを編集」リンク 2023-11-12 13:38:57 +09:00
tailwind.config.ts (fix) scroll padding 2023-07-15 19:11:23 +09:00
tsconfig.json wip 2023-07-08 17:36:02 +09:00

Misskey Hub (Next)

Screenshot of Misskey Hub

Website for Misskey, built with Nuxt.

Release date: TBD未定

お知らせの文言のいじり方

app.config.ts から指定できます。

Docsの書き方

/content/.README.md をご覧ください

NuxtLinkについて

内部リンク・外部リンクに関する処理を強化した<GNuxtLink>を使用していますので、リンクを追加する際は<NuxtLink>ではなく<GNuxtLink>を使用してください。

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

Check out the deployment documentation for more information.

License

GNU Affero General Public License v3.0

(c) 2023 Misskey, syuilo, kakkokari-gtyih and other contributors