Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 310 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 310 Bytes

My website. A work in progress.

install

  • git clone git://github.com/shama/dontkry.com && cd dontkry.com
  • npm install

build

  • grunt - builds the site to the dist/ folder
  • grunt dev - builds, starts a server on localhost:8000 and watches for changes