Skip to content
Tyler Walker edited this page Apr 6, 2017 · 3 revisions

Build Instructions

All of the following instructions assume you're on a Linux system and have been tested under Ubuntu.

Dependencies

  1. Install the Node package manager (npm): sudo apt install npm.
  2. Install the Grunt build manager: sudo npm install -g grunt.
  3. Install the project dependencies. You will need to be in the project's root directory to run: npm install.

Development

  1. In the root of the project run: grunt serve. This will run a local web server.

Deployment

You need to have a user account on the LUG machines and permission to the ACM folder first, but then you can run the deploy script.

Table of Contents

Clone this wiki locally