Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 403 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 403 Bytes

vuejs-kiss-emu

This project is an emulator of the KISS protocol allowing to respond to requests from a Serial device connected to usb.

To work, the browser must support the Gamepad API and Web Serial API (currently only Chrome).

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build