Skip to content

hlynn93/modivle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MODIVLE source

Application hosted here

Requirements:

Setting up the development environment

  1. Rebuild node dependencies
  • run npm rebuild
    • Depending on your configuration, you might need to export the installed modules to your path.
  1. Executing the app
# you need to run redis first.
$ redis-server

# Development mode
$ node app.js

# Production mode
# production mode uses scripts that are generated by `make all`
$ export NODE_ENV=production
$ node app.js

Contributions

  • Feedback, Contributions are most welcomed!
  • MODIVLE uses jshint for validation of js.
    • Validate changes by doing make jshint
    • Rules for jshint can be found in the .jshintrc
  • See wiki for MODIVLE roadmap

About

A NUS IVLE Client

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 90.2%
  • CSS 5.9%
  • HTML 3.6%
  • Makefile 0.3%