You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
npmrun 49ab8fef62 fix(public-layout): no login link in header; fix logged-in false 登录 10 hours ago
.vscode feat: integrate Nuxt UI, add Tailwind CSS support, and restructure app layout 3 days ago
.agents/skills/frontend-design feat(frontend-design): add new skill for creating high-quality frontend interfaces 19 hours ago
app fix(public-layout): no login link in header; fix logged-in false 登录 10 hours ago
build-files docs(readme): update deployment instructions and clarify development setup 19 hours ago
docs/superpowers feat(discover): default discoverVisible to on for new users 10 hours ago
packages feat(discover): default discoverVisible to on for new users 10 hours ago
public init 1 week ago
scripts refactor: migrate database from PostgreSQL to SQLite and update related configurations 2 days ago
server feat(profile): persist discover visibility and location fields 10 hours ago
skills feat(frontend-design): add new skill for creating high-quality frontend interfaces 19 hours ago
.env.example feat(db): update SQLite configuration and seeding process 21 hours ago
.gitignore docs: add discover page and discover visibility spec 10 hours ago
README.md feat(frontend-design): add new skill for creating high-quality frontend interfaces 19 hours ago
bun.lock feat(upload): require auth, sharp webp pipeline, media_assets row 14 hours ago
nuxt.config.ts feat(nitro): scheduled media orphan sweep task 14 hours ago
package.json feat(upload): require auth, sharp webp pipeline, media_assets row 14 hours ago
skills-lock.json feat(frontend-design): add new skill for creating high-quality frontend interfaces 19 hours ago
tsconfig.json init 1 week ago

README.md

需求

  • 最好用linux开发,window可以用wsl

文档

提醒

用 Linux 开发与部署,包管理器采用 bun@1.3.11。数据库为 postgres(通过 DATABASE_URL 连接;本地可参考 .env.example 复制为 .env.local)。部署时可直接打包 .output 目录,在服务器环境执行迁移命令,省时省力。

部署

提供最简单的部署方式:

  1. bun run build
  2. 进入.output文件夹
  3. 编辑.env环境变量
  4. sh run.sh 不采用重量级的docker,可以直接打包.output到服务器部署。