Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 389 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 389 Bytes

Running site

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