Cali 的个人官网开源项目
The Cali personal blog website, available at cali.so, is a source code that requires specific environment variables from other service providers to run correctly. To run this website locally, one would need to configure these environment variables. The .env.example file contains all the necessary environment variables. The technology stack includes Next.js, React, TypeScript, Tailwind CSS, Framer Motion, Radix UI, Clerk, Neon, Drizzle ORM, Sanity, React Email Resend.
To run the Cali personal blog website locally, follow these steps:
Clone the repository:
git clone [repository-url]
Install dependencies:
npm install
Create a .env
file and add the required environment variables as specified in the .env.example
file.
Start the development server:
npm run dev
Access the website on localhost:3000
.
The Cali personal blog website source code comes with a modern tech stack including Next.js, React, TypeScript, Tailwind CSS, Framer Motion, Radix UI, Clerk, Neon, Drizzle ORM, Sanity, and React Email Resend. Users interested in deploying the website can refer to the official tutorial. Recent updates include migrating to the latest versions of Sanity and Next.js while moving from PlanetScale to Neon database due to changes in database support.