https://github.com/crystallizeapi/crystallize-refund-app
https://github.com/crystallizeapi/crystallize-refund-app
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/crystallizeapi/crystallize-refund-app
- Owner: CrystallizeAPI
- License: mit
- Created: 2022-09-13T00:04:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-17T16:58:52.000Z (over 2 years ago)
- Last Synced: 2025-01-20T17:24:14.586Z (5 months ago)
- Language: TypeScript
- Size: 207 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Crystallize Refund App
This is the Crystallize Refund App
## Requirements
A Crystallize App injects a signature to notify the current tenant and it requires HTTPS.
Therefore, even locally, you need HTTPS.Moreover this kind of app requires to share the cookie with `.crystallize.com`, therefore the local development will have a custom domain.
Here: `refunds.app.crystallize.com`You need:
- `mkcert`
- Caddy Server
- Node 18## Install
```bash
make install
```This will install the Certificates, and the dependencies.
## Run the project
```bash
make serve
```> https://refunds.app.crystallize.com/
From there you can install it on a Crystallize tenant.