Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 484 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 484 Bytes

Results Display System

This system will receive the same results feed that is being delivered to media organizations and show them in a graphical manner. See https://github.com/ECLK/Results-Dist for more information about the results distribution system.

How to use ?

Clone the project
install dependencies
npm install
Development mode
run the project
npm start
Production mode
npm run build
npm run start-prod