A simple, static site which outlines our open source offerings.
Please don't edit files in css
and js
subdirectories as they are generated via grunt. You'll find source code in the src subdirectory!
This assumes you have node.js and npm installed already.
- Test that grunt is installed globally by running
grunt --version
at the command-line. - If grunt isn't installed globally, run
npm install -g grunt
to install the latest version. You may need to runsudo npm install -g grunt
. - From the root directory of this project, run
npm install
to install the project's dependencies.