Skip to content

CaliCastle/cali.so

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
June 28, 2023 22:46
db
July 25, 2023 20:03
June 10, 2023 11:53
June 24, 2023 11:54
July 15, 2023 17:24
June 28, 2023 22:46
June 24, 2023 11:04
June 24, 2023 11:04
May 8, 2023 09:46
May 2, 2023 11:30

我的个人网站

我的个人网站 https://cali.so/ 的源代码。

需要其他服务商的环境变量才能正常运行,所以如果你想要在本地运行,需要自己配置。

可查看 .env.example 文件,里面包含了所有需要的环境变量。

技术栈

教程

想部署成自己的网站?可以查看 Cali 的官方教程

本地开发

# 安装依赖
pnpm install

# 启动开发服务器
pnpm dev

# 构建
pnpm build

通过 Vercel 一键部署。