Clone this git repository and run npm install:
git clone git@github.com:SumOfUs/champaign_members_dashboard.git
cd champaign_members_dashboard
npm install
You'll need a config file for your environment:
cp config/development.example.js config/development.js
You're good to go:
npm start