mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-04-04 18:12:20 +02: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