A package for managing Personas in Learning Locker.
Learning Locker is a trademark of HT2 Labs.
To install all of Learning Locker, see the installation documentation. To install just the persona service, you can follow the instructions below.
npm i personas
- Download the code by either:
- Cloning the repository (authorised collaborators only)
git clone [email protected]:LearningLocker/persona-service.git
. - Forking the repository and cloning the fork.
- Cloning the repository (authorised collaborators only)
- Change to the directory of the cloned code
cd persona-service
. - Install dependencies
npm install
. - Make your changes to the
src
directory. - Build the code
npm run build
. - Test the code
npm test
. - Commit and push your changes
npm run acp
. - Create a pull request.