Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 483 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 483 Bytes

salary-and-tax

This is a tool for consultants and other freelance positions where you have an hourly rate. It calculates turnover, tax, vacation savings, pension and other things according to Norwegian rules.

Visit this page to see it in action.

Build for production

yarn build

Start dev server

yarn start

Run tests

yarn test

Display storybook

yarn storybook

Run lint

yarn lint