Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.03 KB

readme.md

File metadata and controls

21 lines (16 loc) · 1.03 KB

Solidie

Digital content showcase and sales plugin for WordPress.

Production Deployment

Download production build from WordPress Plugin Directory. Get Pro version from Solidie official website.

Development environment setup

  • Open terminal at ~/wp-content/plugins/ directory
  • Run git clone https://github.com/Solidie/solidie.git
  • Run cd solidie
  • Run npm install
  • Run npm run build to compile scirpts in production mode and create releasable zip file.
  • Or, Run npm run watch if you'd like the codes to be compiled in development mode and need continuous compilation on code changes.

If it is cloned already

  • open terminal at ~wp-content/plugins/solidie/
  • run git pull
  • and then npm run build or npm run watch

Whenever you pull updates to local repository, don't forget to run npm install and npm run build or watch again.