Go to file
2023-10-29 20:22:53 +09:00
.vscode (add) api docs: wip 2023-07-18 01:44:06 +09:00
assets fix 2023-10-28 23:30:26 +09:00
components Fix design 2023-10-01 13:11:13 +09:00
composables (add) docs page 2023-07-12 02:19:32 +09:00
content (Add) Tools: MFM Preview (#2) 2023-09-26 21:57:26 +09:00
layouts Update landing.vue (#5) 2023-10-29 20:22:53 +09:00
locales (add) nav 2023-10-28 23:27:13 +09:00
pages (add) aid utility 2023-10-28 23:24:50 +09:00
public (add) tools 2023-09-24 18:35:25 +09:00
scripts (Add) AsideNav 2023-09-24 03:02:04 +09:00
server (add) aid utility 2023-10-28 23:24:50 +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 (add) iroiro 2023-09-26 16:55:14 +09:00
app.vue iroiro 2023-09-29 20:30:13 +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 Fix design 2023-10-01 13:11:13 +09:00
package.json (add) aid utility 2023-10-28 23:24:50 +09:00
pnpm-lock.yaml (add) aid utility 2023-10-28 23:24:50 +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.