Source code for AQ Energy website written in Typescript.
In both development and production environments, the following environment variables must be set.
| Variable | Description | Example |
|---|---|---|
SANITY_PROJECT_ID |
Sanity Project ID | 1x000000 |
ZEN_QSTASH_TOKEN |
Qstash Token | |
ZEN_QSTASH_TOPIC |
Topic for ingest of leads from Qstash | |
TURNSTILE_SECRET |
Secret for Turnstile | 1x0000000000000000000000000000000AA |
NEXT_PUBLIC_TURNSTILE_SITEKEY |
Cloudflare Turnstile Sitekey | 1x00000000000000000000AA |
NEXT_PUBLIC_GA_ID |
Google Analytics ID | G-1X00000000 |
Simply run the following commands after cloning the repository.
pnpm i
pnpm dev
The website is hosted with Cloudflare Pages. Hence, any updates to the master branch of this repository is automatically deployed. Preview branches are also enabled.