Install and set up the HAIP Server
Clone the Repository
Install Dependencies
bash npm install
Build the Project
bash npm run build
Start the Server
bash # Development mode npm run dev # Production mode npm start
docker-compose.yml
file:
@haip/server
.NODE_ENV=production