A service for xAPI statements
npm install xapi-statements




Learning Locker is a trademark of HT2 Inc.
1. Clone the repository git clone git@github.com:LearningLocker/xapi-statements.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-statements:master.
- Run the image in a container docker run -d -p 8080:80 --env-file .env learninglocker/xapi-statements:master.