Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 441 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 441 Bytes

KalaStatic Boilerplate

This is a barebones example of using KalaStatic, along with Bootstrap.

Features

This demonstrates the following features:

  • Markdown
  • Twig
  • Layouts

Usage

  1. Install Node.js >= 7

  2. Install npm dependencies

    npm install
    
  3. Run the demo locally

    npm start
    

Deploy

https://kalamuna.github.io/kalastatic-boilerplate/

npm run deploy