Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 698 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 698 Bytes

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