homectl-next Setup Install dependencies: npm install Make sure WS_ENDPOINT in .env points to your homectl server Build the project with npm run build Running in development mode (immediately see your changes) npm run dev Running in production mode (app works much faster this way) npm start