- Install node with npm (Visit https://nodejs.org/download/)
- Install bower
npm install -g bower
- Clone sources from github
git clone https://github.com/katriyna/thinkslow.git
- Load dependencies
cd /path/to/thinkslow/clone/repo/folder
npm install
bower install
- Start site
npm start
- Open browser. Type address http://localhost:8080