This site is built with Next.js, Tailwind CSS, Content Collections, PostgreSQL, Drizzle ORM, & Vercel.
| Name | Description |
|---|---|
DATABASE_URL |
PostgreSQL database URL |
UPSTASH_REDIS_REST_URL |
Upstash |
UPSTASH_REDIS_REST_TOKEN |
Upstash |
ENABLE_EXPERIMENTAL_COREPACK |
Set to 1 to enable Corepack in Vercel |
SPOTIFY_CLIENT_ID |
Spotify Web App Client ID |
SPOTIFY_CLIENT_SECRET |
Spotify Web App Client Secret |
SPOTIFY_REFRESH_TOKEN |
The refresh token used to get a new access token for the Spotify API. Follow this link to set it up. |
pnpm run devpnpm run build
pnpm run startpnpm run prettier:format