https://github.com/crystallizeapi/crystallize-subscription-contract-app
https://github.com/crystallizeapi/crystallize-subscription-contract-app
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/crystallizeapi/crystallize-subscription-contract-app
- Owner: CrystallizeAPI
- License: mit
- Created: 2022-10-07T16:11:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-25T20:55:29.000Z (over 1 year ago)
- Last Synced: 2025-01-20T17:23:50.075Z (11 months ago)
- Language: TypeScript
- Homepage: https://crystallize-subscription-contract-app-delta.vercel.app
- Size: 913 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Crystallize Subscription Contract App
This is the Subscription Contract 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: `contract.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://contract.app.crystallize.com/
From there you can install it on a Crystallize tenant.