Skip to content

artevelde-uas/canvas-lms-customisation-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Canvas LMS Customisation Demo

Example application for use with 'canvas-lms-app'.

Installation

Clone this repository. Then run the following command:

npm run setup

or:

yarn setup

This will clean up the repo and reinitialize Git.

Usage

Running yarn build or npm run build will compile everything into one JavaScript file and one CSS file. These files will be optimized and minified. They will be compiled against the list of supported browsers provided by "Instructure".

During development you can run yarn build:dev or npm run build:dev. This will compile the scripts into one file that can be uploaded in you Canvas theme. CSS styles will be injected to the page automatically. Running yarn watch or npm run watch will keep watching for changes and recompile on-the-fly.

About

Example application for use with 'canvas-lms-app'

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published