OpenDash is built with Meteor and requires Node.js (v4 or higher). See the instructions for your operating system below.
Node.js
Meteor
curl https://install.meteor.com/ | sh
Build Tools
Install Xcode, then run xcode-select --install
Homebrew
# http://brew.sh/
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Git
brew install git
Node.js
Build Tools
# Ubuntu/Debian
apt-get update
apt-get install -y --no-install-recommends build-essential bzip2 curl ca-certificates git python
Meteor
curl https://install.meteor.com/ | sh
Node.js
Windows Build Tools 2015
https://github.com/felixrieseberg/windows-build-tools
# requires admin privileges to install, open a command prompt as an Administrator
npm install -g windows-build-tools
Git
https://github.com/git-for-windows/git/releases
Meteor