Skip to content

Kentico/ems-extension-marketplace

Repository files navigation

Kentico EMS Extension Marketplace

Build Live Maintainability

Stack Overflow

Netlify Preview Status Preview

This repository is a source of the Kentico EMS extension marketplace. Items displayed on the marketplace are stored in the the Kentico/devnet.kentico.com respository.

Getting started

[Internal] Develop on local devnet.localkentico.com instance

  • Install dependencies

    npm install
  • Set --dest value to the in package.json for build and watch script to the correct location according to your location of development version of kentico.

  • Compiles and hot-reloads for development to correct location

    npm run watch
  • When you are done with the development, stop watch script and compile and minifies for production.

    npm run build
    • Commit marketplace source code to this repository.
    • Commit bundled file extension-marketplace.min.js located on the --dest build script parameter location to the kentico.com source code and propagate it to the production environment.