Skip to content

frontapp/compensation-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compensation package calculator

Purpose

This tool was built to help employees evaluate compensation offers that mix salary and equity. It can be repurposed as a tool to share with late-stage candidates whom you send an offer to.

Installation

The content served is static, we use Express to serve the files. After cloning the repository, run npm install then node server.js to serve it locally.

The repository is ready to deploy, either on Heroku or Dokku.