Files
Q-Nodecontrol/README.md
T
2025-10-03 08:25:52 +02:00

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