# Q-Node - Vite.js and TypeScript ## How to use Download the source [or clone the repo](https://github.com/AlphaX-Qortal/Q-Node): Install it and run development: ```bash npm install npm run dev -- --host ``` Install it and build production: ```bash npm install npm run build ```