NODE.JS Go to https://nodejs.org/en/download and install Node.js >= 18.x ENV Run cp .env.example .env and change VITE_TARGET_URL to your cluster node API URL. After Node.js installed, run following commands corepack enable pnpm pnpm install pnpm run dev