cali.so
v2.0
The source code of Cali's personal blog website https://cali.so/.
Environment variables from other service providers are required to run normally, so if you want to run locally, you need to configure it yourself.
You can view the .env.example file, which contains all the required environment variables.
Want to deploy it as your own website? You can check out Cali's official tutorial
# 安装依赖
pnpm install
# 启动开发服务器
pnpm dev
# 构建
pnpm buildOne-click deployment via Vercel.