6004x / 6.004_tools

6.004_tools Browser-based Courseware for 6.004

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

6.004x

6.004x Browser-based Courseware for 6.004

Building

The tools use a Grunt-based build system to produce more compact results.

To get this set up, perform the following:

  1. Install grunt-cli globally: npm install -g grunt-cli
  2. Install the required modules locally: npm install in the root directory of this repo.

Once you're set up, you can run any of the following commands:

  • grunt bsim to generate bsim
  • grunt jsim to generate jsim
  • grunt tmsim to generate tmsim
  • grunt to generate all of the above.

In any of the above cases, they will appear in a folder called build.

Additionally, if you have PhantomJS installed, you can run grunt test to run all tests (which currently only test BSim).

About

6.004_tools Browser-based Courseware for 6.004


Languages

Language:JavaScript 89.2%Language:HTML 9.1%Language:CSS 1.7%Language:Makefile 0.1%Language:Shell 0.0%