Skip to content

akhila-ariyachandra/akhilaariyachandra.com

Repository files navigation

code style: prettier

This site is built with Next.js, Tailwind CSS, Contentlayer, Turso, Drizzle ORM, & Vercel.

Environment Variables

Name Description
DATABASE_URL Turso database URL
DATABASE_AUTH_TOKEN Turso database token
UPSTASH_REDIS_REST_URL Upstash
UPSTASH_REDIS_REST_TOKEN Upstash
NEXT_PUBLIC_GOOGLE_MEASUREMENT_ID Google Analytics Measurement ID

Actions

Running in development mode

bun run dev

Running in production mode

bun run build
bun run start

Formatting the code

bun run prettier:format