Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 296 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 296 Bytes

My over-engineered blog.

install

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

build

  • npm start - visit the url http://localhost:9966 to view.
  • npm run build - builds the static assets to dist/ folder.