An open source LMS, onboarding, and employee compliance application for small to enterprise size companies or teams.
#Set DB Connection Strings
#create .env file
cd server && cp .env.example .env
###NPM Dev Setup
#Install dependencies
cd server && npm i
cd client && npm i
#Build the Docker Image
$ docker compose build
#Run the Docker Image
$ docker compose up
###Docker Setup
#Build the Docker Image
$ docker compose build
#Run the Docker Image
$ docker compose up
# Contributing
Notes for editing
- cmd-shift-v to open the markdown previewer in VSCode for Quality Assurance