This is the web front-end for Team Hex. This application requires the Team Hex API.
npm install
npm run serve
In development, it looks for the API at http://localhost:5000. You can configure this by setting the VUE_APP_API_URL
environment variable.
npm run build
npm run lint