mirror of
https://github.com/Qortal/Q-Nodecontrol.git
synced 2026-06-13 11:19:23 +00:00
284 B
284 B
Q-Node - Vite.js and TypeScript
How to use
Download the source or clone the repo:
Install it and run development:
npm install
npm run dev -- --host
Install it and build production:
npm install
npm run build