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.
-
Install dependencies
npm install
-
Run the marketplace
npm run serve
[Internal] Develop on local devnet.localkentico.com instance
-
Install dependencies
npm install
-
Set
--dest
value to the in package.json forbuild
andwatch
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
- Now it is possible to see the result of your changes on devnet.localkentico.com/marketplace.
-
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.