A static site generator powered by soy templates, metal.js, and marble.
-
Install NodeJS >= v6.11.0, if you don't have it yet.
-
Install global dependencies:
[sudo] npm install -g yarn
-
Install project dependencies:
yarn install
-
Install dependencies for each package and link them together:
npm start
-
Publish packages:
npm run publish