Application for the kosti website.
This app uses Enonic XP. To install it, you need to have Java 11. Note, it will not work with any other Java version.
Development environment is set via Enonic CLI. You can download it here. After it is installed, create a new sandbox with enonic sandbox create
. To start a sandbox in dev, run enonic sandbox start --dev
.
To install the app, open app folder and run enonic project deploy --dev
. This will run the app in dev mode. Note, sandbox should be running.
To make the app work properly, you need to have node.js 14.2.*, gulp and yarn installed.
To install all the required packages run yarn install
. When the installation is done, run gulp watch --dev
.