https://github.com/snipcart/sleekypay
A fake payment gateway to showcase Snipcart's custom payment gateway integration functionality
https://github.com/snipcart/sleekypay
Last synced: 2 months ago
JSON representation
A fake payment gateway to showcase Snipcart's custom payment gateway integration functionality
- Host: GitHub
- URL: https://github.com/snipcart/sleekypay
- Owner: snipcart
- License: mit
- Created: 2020-03-02T16:43:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T21:08:59.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T10:50:23.361Z (3 months ago)
- Language: TypeScript
- Homepage: https://demo.snipcart.com/
- Size: 434 KB
- Stars: 10
- Watchers: 4
- Forks: 6
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# SleekyPay
SleekyPay is a fake payment gateway to showcase Snipcart's custom payment gateway integration functionality.## Local development
Netlify CLI must be installed globally
npm install netlify-cli -g
To run the project locally, you can use the following commands:
```
npm install
npm run dev
```
The website will be live on `localhost:1234/index.html` while netlify functions can be found on `http://localhost:34567/.netlify/functions/`## Production build
```
npm run build
```