Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 316 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 316 Bytes

CPH Client

How to build

  • Install node.js
  • Clone the client
  • Edit main.js to feature the link to the site you want to use
  • run npm install to grab the required modules
  • npm start to test
  • npm run-script build to build for Windows, npm run-script build-mac for mac or npm run-script build-linux for linux