1.NPM
2.Node (>=22 is highly recomended)
git clone https://github.com/CoreMatch/HRPAuth-WebUI.git
cd HRPAuth-WebUInpm installEdit config/backend.json
{
"apiUrl": "https://your-hrpauth-api-url.com"
}
Configure SSL certificate for your HRPAuth API URL
is HIGHLY RECOMMENDED
due to:
- Yggdrasil API requirements
- Security considerations
npm run devnpm run buildnpm run preview