Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 257 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 257 Bytes

dotCMS-Desktop

#To install/Build

  1. Clone Repo
  2. npm i
  3. typings install
  4. npm run build
  5. npm run start
  6. If you want to build a distribution use npm run distribute make sure you have electron-packager installed sudo npm i -g electron-packager