Go to file
2024-03-30 15:31:28 +09:00
__misc/gas (gas) マージコミットはChangelogに含まないように 2023-12-27 15:23:32 +09:00
.github/ISSUE_TEMPLATE (gh) add jm api issue link 2024-03-30 13:41:16 +09:00
.vscode (add) api docs: wip 2023-07-18 01:44:06 +09:00
app Update deps (#129) 2024-03-18 13:14:09 +09:00
assets enhance(ServerFinder): インドネシア語を追加 (#138) 2024-03-30 15:31:28 +09:00
components enhance(Sponsor): スポンサー一覧に空いてるロゴをいれる (#136) 2024-03-30 13:47:45 +09:00
composables update deps 2024-02-09 21:15:12 +09:00
content New Crowdin updates (#135) 2024-03-30 14:04:13 +09:00
layouts feat: 🐙 (#117) 2024-02-09 19:39:01 +09:00
locales New Crowdin updates (#135) 2024-03-30 14:04:13 +09:00
pages refactor: use import.meta.* properties 2024-03-29 22:59:41 +09:00
public add contact page 2024-03-26 19:47:04 +09:00
scripts update deps 2024-02-09 21:15:12 +09:00
server update deps 2024-02-09 21:15:12 +09:00
types enhance(ServerFinder): 使用する背景画像の優先順位を変更 2024-03-12 10:50:24 +09:00
.editorconfig New Crowdin Updates 2023-12-01 15:09:41 +09:00
.gitattributes (fix) language statistics 2023-07-12 00:09:13 +09:00
.gitignore (add) i18n members credit 2023-12-24 14:47:17 +09:00
.npmrc wip 2023-07-08 17:36:02 +09:00
.nuxtignore Open-sourcing GAS Script 2023-12-21 19:32:32 +09:00
app.config.ts Update app.config.ts 2024-03-06 23:39:57 +09:00
app.vue refactor: use import.meta.* properties 2024-03-29 22:59:41 +09:00
crowdin.yml fix(i18n): ディレクトリ定義がCrowdinから同期されない問題を修正 2024-03-27 22:33:24 +09:00
error.vue update deps 2024-02-09 21:15:12 +09:00
i18n.config.ts (i18n) add fallback 2023-12-02 14:55:18 +09:00
LICENSE add legal stuff 2023-11-11 21:03:15 +09:00
nuxt.config.ts Update deps (#129) 2024-03-18 13:14:09 +09:00
package.json add contact page 2024-03-26 19:47:04 +09:00
pnpm-lock.yaml feat(tools): 初期アイコンジェネレーター (#131) 2024-03-25 19:24:24 +09:00
postcss.config.ts wip 2023-07-08 17:36:02 +09:00
README.md 🎨 2024-02-12 12:36:35 +09:00
tailwind.config.ts (fix) ハッシュに移動した際のスクロール位置がおかしい 2023-12-27 22:22:47 +09:00
tsconfig.json wip 2023-07-08 17:36:02 +09:00
vercel.json ホスティングサービスをVercelに変更 (#32) 2023-12-01 07:39:47 +09:00

Misskey Hub (Next)

Screenshot of Misskey Hub

Website for Misskey, built with Nuxt.

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

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

Docsの書き方

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

NuxtLinkについて

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

また、Nuxtのルーティングストラテジに、ホスティング環境に適した設定を適用するため、動的リンクの作成に使用するuseLocalePathをラップしたコンポーサブル関数useGLocalePathを使うようにしています。

Misskey Webへのリンクについて

GNuxtLinkおよび各種Docsで、アドレスに x-mi-web:// から始め、続けてMisskeyの相対パスを入力すると、Misskey Webへのリンクに置き換えられます。

例: /playx-mi-web://play

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.

(おまけ) デプロイ時のオートメーションプログラム

/__misc/gas/ に、Misskey Hubデプロイ時に自動実行しているプログラムを同梱しています。

Google Apps Scriptで動作します。

License

GNU Affero General Public License v3.0

(c) 2023-2024 syuilo, kakkokari-gtyih and Misskey Project