Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 750 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 750 Bytes

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