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-mzharp
Then, create a directory to put your scaffolded files in
mkdir my-mzharp
cd my-mzharp
Finally, generate your new project
yo mzharp
Check out an example MZ Harp site and the scaffolded GitHub repository.
MIT © Marzee Labs