Skip to content

HRPAuth/HRPAuth-Web

Repository files navigation

HRPAuth MUI frontend

Requirements

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

🚀 Quick Start

1. Clone the repository

git clone https://github.com/HRPAuth/HRPAuth-Web.git
cd HRPAuth-Web

2. Install dependencies

npm install

3. Configure environment (if needed)

If the project uses environment variables:

cp .env.example .env

Then edit .env with your own config (API URL, auth server, etc).

4. Start development server

npm run dev

5. Build for production

npm run build

6. Preview production build

npm run preview