Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 550 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 550 Bytes

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.