Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.2 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.2 KB

ensemble

Release Date Issues Dotclear Dotaddict License

Dotclear 2 theme

Installation

Using Dotclear 2 theme/plugin installation procedures (via DotAddict or manual installation).

For development (in order to build assets):

npm i

Build

npm run build

Make Dotclear package

npm run pack

Package building will use some properties from package.json:

  • name: will be used as folder name
  • module: must be 'theme' or 'plugin'
  • version: will be used in archive name

Notes:

  • Use node v14