Go to file
2024-04-08 10:03:55 +02: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 fix(AiMode): 旧Hub時の設定が残っている場合に設定変更が反映できないのを修正 2024-04-05 21:49:51 +09:00
composables feat(docs): ステップバイステップガイド (#145) 2024-04-06 17:06:58 +09:00
content New Crowdin updates (#144) 2024-04-07 17:42:18 +09:00
layouts feat: 🐙 (#117) 2024-02-09 19:39:01 +09:00
locales New Crowdin updates (#144) 2024-04-07 17:42:18 +09:00
pages fix ui 2024-04-06 19:42:48 +09:00
public feat(docs): ステップバイステップガイド (#145) 2024-04-06 17:06:58 +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 feat(docs): ステップバイステップガイド (#145) 2024-04-06 17:06:58 +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 Revert "performance: フォント定義を非同期に読み込むように(おためし)" 2024-04-05 21:36:26 +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 Revert "performance: フォント定義を非同期に読み込むように(おためし)" 2024-04-05 21:36:26 +09:00
package.json Update deps 2024-04-05 00:45:38 +09:00
pnpm-lock.yaml Update deps 2024-04-05 00:45:38 +09:00
postcss.config.ts wip 2023-07-08 17:36:02 +09:00
README.md README.md aktualisiert 2024-04-08 10:03:55 +02: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

Join TrashPoss Web Template (Next)

Website Template for Join TrashPoss, built with Nuxt.

Live at jointrashposs.org

Changing the Title of Blog Posts (Notices)

Refer to app.config.ts

Docs

Make sure to read /content/.README.md

Enhanced processing regarding internal and external links [<GNuxtLink>](. /components/g/NuxtLink.vue), please use <GNuxtLink> instead of <NuxtLink> when adding **links. **

We also use the useGLocalePath composable function that wraps the useLocalePath used to create dynamic links in order to apply the appropriate settings for the hosting environment to Nuxt's routing solution.

In GNuxtLink and various Docs, if you start with x-trash-web:// in the address, followed by the relative path to Misskey, it will be replaced by a link to Join TrashPoss.

For example, instead of using /playx-trash-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.

License and Attribution

This template is a fork of the Misskey-Hub Web Template

GNU Affero General Public License v3.0

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