Live application can be found at https://splitpay.link/
Small project for creating payment link with all necessary informations. It can generate SEPA, SPD and also allow pay via PayPal.
If you wnat to contribute, just create pull request with your modifications and I will definitely check it out.
What do you need for this project? (at least what I am running it on)
node => 16.10.0
yarn => 1.22.19
How to install all necessary packages? - simple just run the following command
yarn
And yarn will install everything you need.
To run development server just run
yarn dev
For building a production code run
yarn build