An interactive visualization of the two-dimensional Linear Summation Schema algorithm for Private Information Retrieval.
See this paper for more information.
First, make sure you have node.js installed.
Clone the project, go to the root folder and run
npm install
If you haven't installed Angular yet, do so by executing
npm install -g @angular/cli
In a next step, you can run
ng serve --aot -o
You should now be able to test the UI in your browser by entering the url http://localhost:4200/.