Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 331 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 331 Bytes

JSPress Simple Blog/CMS with markdown & git

Setup

  • Just checkout the repo and run npm i to install dependencies

Tasks

  • npm start -> runs a development environment with build, watch & livereload
  • npm run build -> builds js and sass to the dist folder
  • npm run watch -> watches for changes and triggers build