Go to file
かっこかり 696c697ee1
New Crowdin updates (#43)
* New translations ja-jp.yml (English)

* New translations ja-jp.yml (French)

* New translations ja-jp.yml (Italian)

* New translations ja-jp.yml (Korean)

* New translations ja-jp.yml (Polish)

* New translations ja-jp.yml (Chinese Simplified)

* New translations ja-jp.yml (Chinese Traditional)

* New translations ja-jp.yml (Indonesian)

* New translations ja-jp.yml (English)

* New translations ja-jp.yml (French)

* New translations ja-jp.yml (Italian)

* New translations ja-jp.yml (Korean)

* New translations ja-jp.yml (Polish)

* New translations ja-jp.yml (Chinese Simplified)

* New translations ja-jp.yml (Chinese Traditional)

* New translations ja-jp.yml (Indonesian)

* New translations ja-jp.yml (English)

* New translations ja-jp.yml (Italian)

* New translations ja-jp.yml (Italian)

* New translations ja-jp.yml (Chinese Traditional)

* New translations mfm.md (Chinese Traditional)

* New translations ja-jp.yml (Chinese Traditional)

* New translations mfm.md (Chinese Traditional)

* New translations poll.md (Chinese Traditional)

* New translations theme.md (Chinese Traditional)

* New translations apps.md (Chinese Traditional)

* New translations 1.index.md (Chinese Traditional)

* New translations docker.md (Chinese Traditional)

* New translations ja-jp.yml (Chinese Traditional)

* New translations docker.md (Chinese Traditional)

* New translations glossary.md (Chinese Traditional)

* New translations scale-out.md (Chinese Traditional)

* New translations 5.releases.md (Chinese Traditional)

* New translations ja-jp.yml (English)

* New translations ja-jp.yml (French)

* New translations ja-jp.yml (Italian)

* New translations ja-jp.yml (Korean)

* New translations ja-jp.yml (Polish)

* New translations ja-jp.yml (Chinese Simplified)

* New translations ja-jp.yml (Chinese Traditional)

* New translations ja-jp.yml (Indonesian)
2023-12-04 21:13:21 +09:00
.vscode (add) api docs: wip 2023-07-18 01:44:06 +09:00
assets (feat) シェア中継機能 (#47) 2023-12-04 20:41:55 +09:00
components (add) misskey hub nextのブログ記事 (#44) 2023-12-03 13:00:52 +09:00
composables (add) docs page 2023-07-12 02:19:32 +09:00
content New Crowdin updates (#43) 2023-12-04 21:13:21 +09:00
layouts (feat) シェア中継機能 (#47) 2023-12-04 20:41:55 +09:00
locales New Crowdin updates (#43) 2023-12-04 21:13:21 +09:00
pages (feat) シェア中継機能 (#47) 2023-12-04 20:41:55 +09:00
public (feat) シェア中継機能 (#47) 2023-12-04 20:41:55 +09:00
scripts fix vercel branch condition 2023-12-01 21:47:19 +09:00
server fix internal paths 2023-11-26 01:48:16 +09:00
types (feat) シェア中継機能 (#47) 2023-12-04 20:41:55 +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 update deps 2023-12-01 01:18:08 +09:00
.npmrc wip 2023-07-08 17:36:02 +09:00
app.config.ts typo 2023-12-02 00:37:31 +09:00
app.vue fix nprogressがハッシュ値の変更にも反応する 2023-12-03 22:39:42 +09:00
crowdin.yml [ci skip] update configs 2023-12-01 21:59:27 +09:00
error.vue (fix) noscript message 2023-11-15 21:23:19 +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 fix path 2023-12-04 15:50:06 +09:00
package.json 不必要なdependencyを削除 2023-12-02 00:40:52 +09:00
pnpm-lock.yaml 不必要なdependencyを削除 2023-12-02 00:40:52 +09:00
postcss.config.ts wip 2023-07-08 17:36:02 +09:00
README.md [ci skip] update configs 2023-12-01 21:59:27 +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
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.

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