Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 643 Bytes

File metadata and controls

24 lines (17 loc) · 643 Bytes

Reader

Application reader.

Installation

In js/env.js, change the following variable to your madras base URL.

const HOST = 'XXXXXXXX'

Host the website using a simple static server.

python -m SimpleHTTPServer

Keybindings

Cmd + Enter: Submits an application review and moves on to the next application.

Cmd + Right Arrow: Skips the current application and moves onto the next one.

r: Toggles full screen view of resume.

w: Toggles full screen view of personal website.

Esc: Escapes full screen view of resume or any other page.