Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 441 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 441 Bytes

Validate

A TypeScript Node Js Web TestRunner for Validation Testing of Jacdac Hardware Modules

Install

  • Requires Node-
    • Install
      • sudo apt-get install nodejs npm
        • NOTE if you run npm -v and version number is < 7.10
        • reinstall npm using curl https://www.npmjs.com/install.sh | sudo sh
      • Install dependencies
        • npm install
    • Run
      • npm run start
      • The web server is hosted at localhost:3000