- Install node:
brew install node
- Checkout the code:
git clone [email protected]:thestorefront/tsf-playground.git
- CD into project dir
- Install grunt CLI globally:
npm install -g grunt-cli
- Install project dependencies:
npm install
- Install grunt CLI globally:
npm start