This is the Vue SPA for managing exercises and candidates. By default, it deploys to digital-staging-apply-admin.
git clone [email protected]:jac-uk/admin.git
cd admin
npm install
create .env.develop.local file in root directory + credentials
npm run serve
npm run build
npm run test
npm run lint