Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

endeavourhealth-discovery/IMAuth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMAuth

Version Build Status Unit Tests Quality Gate Status

Project setup

The proxy expects IMAPI to be running on localhost:8080

npm install

Environment variables

In project root add files

.env.development.local

.env.production.local

.env.test.local

Files should contain:

VITE_API={url for IMApi} [local default: http://localhost:8080/]

VITE_DIRECTORY_URL={url for IMDirectory} [local default: http://localhost:8082]

Compiles and hot-reloads for development

npm run dev

Compiles and minifies for production

npm run build

Preview production build

npm run serve

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.