mirror of
https://github.com/aljazceru/nostrdvm.git
synced 2026-01-05 15:24:27 +01:00
208 B
208 B
Nostr DVM web app
Project Setup
npm install
Compile and Hot-Reload for Development
npm run dev
Compile and Minify for Production
npm run build
npm run preview