Skip to content

edkit/edleak-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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