Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 260 Bytes

File metadata and controls

17 lines (13 loc) · 260 Bytes

Mock of Misskey for developing with Vite or other frontend tools.

npm install

Development (HMR)

npm run preview

Production Build

npm run build && npm start

Does not work in Stackblitz; run on GitHub Codespaces, for example.