jointrashposs/README.md
2024-04-08 10:03:55 +02:00

1.8 KiB

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