We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Start backend:
ssh pi@ip cd coderbot python3 -m venv . source bin/activate python3 init.py
Run the Vue app in development mode, specifying the ENDPOINT exposing the coderbot API in config/dev.env.js
config/dev.env.js
npm run dev
Note that hot-reload doesn't consider updates in the environment variables, you need a full restart to trigger a webpack build.