Go to file
2023-11-08 00:05:34 +09:00
.vscode (add) api docs: wip 2023-07-18 01:44:06 +09:00
assets (add) some contents 2023-10-29 22:49:34 +09:00
components tweak i18n 2023-10-29 23:47:46 +09:00
composables (add) docs page 2023-07-12 02:19:32 +09:00
content (update) iroiro 2023-11-03 15:16:02 +09:00
layouts (fix) docs sp navigation 2023-10-29 23:05:19 +09:00
locales (wip) aiscript highlighting 2023-11-07 01:21:48 +09:00
pages (update) iroiro 2023-11-03 15:16:02 +09:00
public (update) iroiro 2023-11-03 15:16:02 +09:00
scripts (Add) AsideNav 2023-09-24 03:02:04 +09:00
server (enhance) i18nRedirector: add fallback links 2023-11-04 16:38:34 +09:00
types (add) announcement 2023-09-24 19:43:14 +09:00
.editorconfig wip 2023-07-08 17:36:02 +09:00
.gitattributes (fix) language statistics 2023-07-12 00:09:13 +09:00
.gitignore wip 2023-07-08 17:36:02 +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 (fix) prerenderer error 2023-09-23 19:07:45 +09:00
nuxt.config.ts (wip) aiscript highlighting 2023-11-07 01:21:48 +09:00
package.json Merge branch 'master' of https://github.com/kakkokari-gtyih/about-misskey 2023-11-08 00:05:34 +09:00
pnpm-lock.yaml Merge branch 'master' of https://github.com/kakkokari-gtyih/about-misskey 2023-11-08 00:05:34 +09:00
postcss.config.ts wip 2023-07-08 17:36:02 +09:00
README.md (add) announcement 2023-09-24 19:43:14 +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

About Misskey

Misskey website.

Built with Nuxt.

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

app.config.ts から指定できます。詳しい書き方はTypescriptの型補完に書いてあります

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.