liferay / electric

⚡ Create beautiful documentation for your projects

Home Page:https://electricjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Electric

REUSE status

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
    

License

SPDX-FileCopyrightText: © 2016 Liferay International Ltd. <https://liferay.com>

SPDX-License-Identifier: BSD-3-Clause

About

⚡ Create beautiful documentation for your projects

https://electricjs.com

License:Other


Languages

Language:JavaScript 57.3%Language:Closure Templates 37.9%Language:Smarty 2.5%Language:SCSS 2.3%