# Requirements

## Client-side Rendering is currently available&#x20;

{% hint style="danger" %}
We are currently only compatible with **swc** minification (the default).  **Terser** minification with pack will **error out** during the build process.&#x20;
{% endhint %}

## Required Environment Variables

#### Intelligems Organization Id

Visit [app.intelligems.io](https://app.intelligems.io).  Your **organization id** is located under the *settings* page.

```
NEXT_PUBLIC_INTELLIGEMS_ORG_ID=<Intelligems-Organization-Id>
NEXT_PUBLIC_SHOPIFY_STORE_DOMAIN=<your-store-name>.myshopify.com
NEXT_PUBLIC_SHOPIFY_STOREFRONT_ACCESS_TOKEN=<Storefront-API-Token>
```
