Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 415 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 415 Bytes

Learning platform UI

License: GPL v3

Requirements

  • NodeJS
  • Docker + Docker Compose

Install & serve

$: npm install
$: npm serve

Configuration

# Set your data in src/localSettings.js
$: cp src/localSettings.js.template src/localSettings.js

Outside Docker containers

TODO