Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

LearningLocker/persona-service

Repository files navigation

Persona Service

Build Status Renovate badge semantic-release Join the chat at https://gitter.im/LearningLocker/learninglocker

A package for managing Personas in Learning Locker.

Learning Locker is a trademark of HT2 Labs.

Installation

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

Development

  1. Download the code by either:
    • Cloning the repository (authorised collaborators only) git clone git@github.com:LearningLocker/persona-service.git.
    • Forking the repository and cloning the fork.
  2. Change to the directory of the cloned code cd persona-service.
  3. Install dependencies npm install.
  4. Make your changes to the src directory.
  5. Build the code npm run build.
  6. Test the code npm test.
  7. Commit and push your changes npm run acp.
  8. Create a pull request.