Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 417 Bytes

File metadata and controls

21 lines (14 loc) · 417 Bytes

Development

🛠️ See the root-level monorepo .github/DEVELOPMENT.md first first.

To preview the plugin locally locally:

pnpm build
cd packages/konami-emoji-blast-nuxt
pnpm dev

...then visit localhost:30000 in your browser.

Building for Release

Run pnpm build:release to build source files into the dist/ folder:

pnpm build:release