Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 454 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 454 Bytes

15.thankyou

A static site generator that uses stasis for the content and broccoli for the assets.

Features

Install

gem install stasis

cd nukomeet.com
bower install

npm install

Usage

cd nukomeet.com 
npm start

Build

cd nukomeet.com
npm run build

cd dist
python -m SimpleHTTPServer 8081

Open localhost:8081