Skip to content

dejavu1987/ecg-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ECG Client

A Client app for WebSocket-based DIY ECG devices.

image

Install

Clone the repo

git clone git@github.com:dejavu1987/ecg-client.git

Install dependencies

cd ecg-client
yarn install

Run

yarn start

Build for production

yarn build

Deploy the static site

The build command will create a production build in ./dist directory. You can host it on whatever platform you choose. Eg, Netlify, Github pages, Vercel.