Go to file
kakkokari-gtyih b45b6d7b78 Update deps
2023-09-09 15:05:52 +09:00
.vscode (add) api docs: wip 2023-07-18 01:44:06 +09:00
assets (refactor) move findDeepObject to common library 2023-07-18 18:14:54 +09:00
components Merge branch 'master' of https://github.com/kakkokari-gtyih/about-misskey 2023-07-18 18:15:20 +09:00
composables (add) docs page 2023-07-12 02:19:32 +09:00
content (fix) s*it routing 2023-07-18 01:48:51 +09:00
layouts (fix) scroll padding 2023-07-15 19:11:23 +09:00
locales (add) learn more page 2023-07-15 17:35:06 +09:00
middleware wip 2023-07-08 17:36:02 +09:00
pages Merge branch 'master' of https://github.com/kakkokari-gtyih/about-misskey 2023-07-18 18:15:20 +09:00
public (migrate) docs 2023-07-18 01:42:23 +09:00
scripts (add) api docs: wip 2023-07-18 01:44:06 +09:00
server wip 2023-07-08 17:36:02 +09:00
types (add) server page 2023-07-10 03:09:50 +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.vue (performance) lazy loading GAiChan 2023-07-16 20:23:03 +09:00
crowdin.yml wip 2023-07-08 17:36:02 +09:00
i18n.config.ts (add) blog 2023-07-11 02:54:13 +09:00
nuxt.config.ts (add) api docs: wip 2023-07-18 01:44:06 +09:00
package.json Update deps 2023-09-09 15:05:52 +09:00
pnpm-lock.yaml Update deps 2023-09-09 15:05:52 +09:00
postcss.config.ts wip 2023-07-08 17:36:02 +09:00
README.md wip 2023-07-08 17:36:02 +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.

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.