Skip to content

akhila-ariyachandra/akhilaariyachandra.com

Repository files navigation

code style: prettier

This site is built with Next.js, Tailwind CSS, Content Collections, PostgreSQL, Drizzle ORM, & Vercel.

Environment Variables

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.

Actions

Running in development mode

pnpm run dev

Running in production mode

pnpm run build
pnpm run start

Formatting the code

pnpm run prettier:format