/pymt.online

!!!DEPRECATED!!! Join me as I'm building my side project, an open-source payment link platform for usage with your Stripe account 💸

Primary LanguageTypeScriptMIT LicenseMIT

pymt.online

DEPRECATION NOTICE

pymt.online has been deprecated. Please use Stripe Payment Links instead!


banner

pymt.online is an open-source SaaS platform that provides payment links and shopping cart functionality for the products in your Stripe account.

Developing

1. Clone this repository

2. Install the dependencies

npm install
# or
yarn

3. Run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.