Étudier is an app to print your study result in a "receipt" like format. This is my side project that was inspired by receiptify.
First, create a personal fork then clone your fork:
git clone https://github.com/<yourname>/etudier && cd etudier
yarn install
yarn dev
Made some change (add feature, fix bug etc)
Commit your change:
git add .
git commit -m "feat: support for platform x"
git push
Then make a pull request