Skip to content

finer-vision/HSBC-Touchscreen-Test

Repository files navigation

HSBC Touchscreen Test

Test web app for HSBC touchscreen.

Installation

  1. Download the latest release
  2. Unzip release.zip
  3. Open index.html in Google Chrome browser

Contributing Software Requirements

  • git >= 2
  • npm >= 7
  • node >= 16
  • zip

Getting Started (Dev)

cp env.example.ts env.ts
npm install
npm start # localhost:8080

Build Release

cp env.example.ts env.ts
npm install
npm run release # generates a release.zip file

Make sure you set the env.ts values to production ones before running the release command.

Create a new Release and attach release.zip.