Skip to content

franck-paul/ensemble

Repository files navigation

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