Skip to content

peterthehan/total-compensation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Total Compensation

Discord Twitter Follow

Calculate your total compensation.

Inspired by https://www.levels.fyi/calculator.

Getting started

To begin local development, run:

npm start

To serve the production build locally, run:

npm run build
npx serve -s build

To view Lighthouse score, run:

npx lighthouse http://localhost:3000 --view

Ensure the local or production build is running first!

To deploy to GitHub Pages, run:

npm run deploy