Skip to content

Setup and Development

Eric Jiang edited this page Jun 20, 2016 · 3 revisions

Dependencies

  • npm
  • grunt.js
  • JRE 8 or Newer

Setup

# Install npm and grunt, then run these commands:
cd /path/to/repo/MARIE.js
npm install
grunt

Development

# To test and build MARIE.js (you need JRE 8 for grunt test):
cd /path/to/repo/MARIE.js
npm install
grunt test
grunt bar-dev

Clone this wiki locally