Skip to content
forked from liferay/electric

⚡ Create beautiful documentation for your projects

License

Notifications You must be signed in to change notification settings

o-rango/electric

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    

About

⚡ Create beautiful documentation for your projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 53.7%
  • HTML 41.8%
  • Smarty 2.6%
  • CSS 1.9%