A server for xAPI agents
npm install xapi-agents> A server for xAPI agents






Learning Locker is a trademark of HT2 Inc.
1. Clone the repository git clone git@github.com:LearningLocker/xapi-agents.git.
1. Install dependencies npm install.
1. Build the code npm run build.
1. Start the server npm start.
npm run build.npm run test-all.npm start.- Create a ".env" file using the ".env.example" file in this Github repository.
- Pull the image from DockerHub docker pull learninglocker/xapi-agents:latest.
- Run the image in a container docker run -d -p 8080:80 --env-file .env learninglocker/xapi-agents:latest.