Skip to content

LostLaser/recoverE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

recoverE

Overview

recoverE is a project that visualizes various leader election algorithms in distributed systems. This project's primary use is for educational purposes.

Running instance located here: https://recover-e.herokuapp.com

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint