Go to file
kakkokari-gtyih 09ed2249e4 fix
2023-07-09 02:30:43 +09:00
assets (add) index page 2023-07-09 02:23:27 +09:00
components (add) index page 2023-07-09 02:23:27 +09:00
content wip 2023-07-08 17:36:02 +09:00
layouts (add) index page 2023-07-09 02:23:27 +09:00
locales (add) index page 2023-07-09 02:23:27 +09:00
middleware wip 2023-07-08 17:36:02 +09:00
pages (add) index page 2023-07-09 02:23:27 +09:00
public (add) index page 2023-07-09 02:23:27 +09:00
scripts wip 2023-07-08 17:36:02 +09:00
server wip 2023-07-08 17:36:02 +09:00
types wip 2023-07-08 17:36:02 +09:00
.editorconfig wip 2023-07-08 17:36:02 +09:00
.gitattributes fix 2023-07-09 02:30:43 +09:00
.gitignore wip 2023-07-08 17:36:02 +09:00
.npmrc wip 2023-07-08 17:36:02 +09:00
app.vue (add) index page 2023-07-09 02:23:27 +09:00
crowdin.yml wip 2023-07-08 17:36:02 +09:00
i18n.config.ts wip 2023-07-08 17:36:02 +09:00
nuxt.config.ts (add) index page 2023-07-09 02:23:27 +09:00
package.json (add) index page 2023-07-09 02:23:27 +09:00
pnpm-lock.yaml (add) index page 2023-07-09 02:23:27 +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 (add) index page 2023-07-09 02:23:27 +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.