/autonavx_web

interactive exercises for AUTONAVx course

Primary LanguageJavaScript

autonavx_web - interactive exercises for AUTONAVx course

This repository contains the code for the interactive exercises used in the AUTONAVx course on edX.

Build

Make sure you have npm (included in nodejs) and bower installed.

Run the following commands in the autonavx_web folder:

npm install
bower install
grunt shell:make_skulpt
grunt

Open http://localhost:8000/ to view a list of all exercise files.