This repository contains the code for the interactive exercises used in the AUTONAVx course on edX.
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.