Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 795 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 795 Bytes

zamok-api-demo

Example usage of the Zamok WebView API

Getting Started

  1. Clone this repository.
  2. git clone [email protected]:YOUR_USERNAME/zamok-api-demo.git
    cd zamok-api-demo
    git checkout dev
    npm install -g yarn
    yarn
    yarn start
    
    This will start the development server on port 8081.
  3. Add http://localhost:8081/?zamok=16.2.0 to Webview API Origins.
  4. Set the New Window Action to newWindowToTab
  5. Set the Kiosk Template to Website.
  6. Change the URL to http://localhost:8081/?zamok=16.2.0.
  7. Save and Apply changes.
  8. Start kiosk.

Deploying to GitHub Pages

yarn deploy