Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 644 Bytes

README.md

File metadata and controls

40 lines (32 loc) · 644 Bytes

Admin

This is the Vue 3 SPA for managing exercises and candidates. By default, it deploys to digital-platform-develop.

Clone repository onto local machine

git clone git@github.com:jac-uk/admin.git

Change directory into project directory

cd admin

Project setup

npm install

Add environment variables to root project

create .env.develop.local file in root Directory + Credentials

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint