Agent Frontend Build Setup copy .env file (don't forget to edit it ^^) $ cp .env.example .env install dependencies $ npm install run in development mode (hot reload in port 8080) $ npm run serve build for production and launch server $ npm run build