Purposes of this project is to show differences between various types of employment in Poland.
You can compare between:
- CoE
- CoE with Creative Rights
- B2B with line tax and Various ZUS
You need to copy file example.env
, name it .env
and set postgres database credential in it.
After that you need to run yarn run db:migrate
Configuration file is src/config.js
Run yarn run data:prepare
to fetch fresh data and put it into database
Functions from api
directory are deployed as function in vercel, if you forked this repository you need to integrate your repository with vercel
After that you need specify API_URL
in src/config.js
Run
yarn
yarn start
After merge changes to master new version of page will be published as static page in github pages. Api functions will be deployed to vercel