expand-elearning
Version:
Expand: An e-learning framework for building SCORM courses
28 lines (19 loc) • 637 B
Markdown
# expand-elearning
Expand: An e-learning framework for building SCORM courses
See Github repository for detailed documentation <https://github.com/kieran-wright/expand-elearning/wiki>
Send us your feedback on Expand <a href="https://kieranwright.typeform.com/to/k4xVld" target="_blank">here</a>
## Installation
Installs Expand with all dependencies
```
$ npm install expand-elearning
```
## Start web server
Starts a local web server for testing during development
```
$ npm run expand-server
```
## Publish SCORM zip
Publishes a SCORM conformant zip once finished developing the e-learning course
```
$ npm run expand-scorm
```