Run yarn install
- Copy file
.env.example.rc
into.env.rc
- Change the value in
.env.rc
to your values. You can find owner and repo for your case in the url of your repo. For the token you'll need to generate one in github here and give it repo + workflow access - Run
yarn calc
oryarn csv
if you wish to save your data as CSV as well - Once the calculation is finished you can go in frontend folder and
yarn install && yarn dev
- Go to the address provided by vite and TADA !