https://github.com/crystallizeapi/crystallize-import-app
https://github.com/crystallizeapi/crystallize-import-app
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/crystallizeapi/crystallize-import-app
- Owner: CrystallizeAPI
- License: mit
- Created: 2022-11-03T08:15:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-09T08:33:49.000Z (over 1 year ago)
- Last Synced: 2025-04-29T23:11:31.270Z (9 months ago)
- Language: TypeScript
- Size: 715 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Crystallize Import App
> Import app that provides a UI for importing and mapping datasets to Crystallize.
## 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: `import.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://import.app.crystallize.com/
From there you can install it on a Crystallize tenant.