This is the Vue 3 SPA for managing exercises and candidates. By default, it deploys to digital-platform-develop
.
git clone git@github.com: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