Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 557 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 557 Bytes

Electric

A static site generator powered by soy templates, metal.js, and marble.

Setup

  1. Install NodeJS >= v6.11.0, if you don't have it yet.

  2. Install global dependencies:

    [sudo] npm install -g yarn
    
  3. Install project dependencies:

    yarn install
    
  4. Install dependencies for each package and link them together:

    npm start
    
  5. Publish packages:

    npm run publish