Skip to content

CoreMatch/HRPAuth-WebUI

Repository files navigation

HRPAuth WebUI

Requirements

1.NPM
2.Node (>=22 is highly recomended)

🚀 Quick Start

1. Clone the repository

git clone https://github.com/CoreMatch/HRPAuth-WebUI.git
cd HRPAuth-WebUI

2. Install dependencies

npm install

3. Configure HRPAuth API URL

Edit 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

4. Start development server

npm run dev

5. Build for production

npm run build

6. Preview production build

npm run preview