/App

Base app to develop a new MODX website

Primary LanguagePHP

Quick start

  • Install MODX Revolution

  • Upload this package into the Extras directory in the root of site

  • Enter into SSH console and run

php ~/www/Extras/App/_build/build.php

path on your site may differs

  • It will make all necessary actions including installing of npm dependencies.

  • For update assets use

cd  ~/www/Extras/App/_build/ && npm run build

And you can develop your new site.

Example deploy settings