Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 259 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 259 Bytes

edLeak Web Client

This repository contains the edLeak web client. Use this web application served from an http server to control edleak via web-services.

To test it locally:

npm install
npm start

To build the index.js bundle:

npm run build