Create a .env.development.local
file with the drone server address (no trailing slash) and your drone user token:
VUE_APP_DRONE_SERVER=https://drone.company.com
VUE_APP_DRONE_TOKEN=f0af17449a83681de22db7ce16672f16
npm install
npm run serve
npm run build
npm run test
npm run lint