Generator for an MZ HarpJS static site
First, install Yeoman and generator-mzharp using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-mzharpThen, create a directory to put your scaffolded files in
mkdir my-mzharp
cd my-mzharpFinally, generate your new project
yo mzharpCheck out an example MZ Harp site and the scaffolded GitHub repository.
MIT © Marzee Labs