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
c2a534539f
feat(frontend-design): add new skill for creating high-quality frontend interfaces
- Introduced a new skill for frontend design, emphasizing distinctive and production-grade UI creation.
- Added detailed guidelines for design thinking, aesthetics, and implementation best practices.
- Included a LICENSE file for the skill and updated README with development environment recommendations.
2 months ago
.vscode
feat: integrate Nuxt UI, add Tailwind CSS support, and restructure app layout
2 months ago
.agents/skills/ frontend-design
feat(frontend-design): add new skill for creating high-quality frontend interfaces
2 months ago
app
feat(admin-ui): show per-user stats and public profile actions
2 months ago
build-files
docs(readme): update deployment instructions and clarify development setup
2 months ago
docs/ superpowers
docs(plan): admin user stats and public profile links
2 months ago
packages
docs(readme): update deployment instructions and clarify development setup
2 months ago
public
init
2 months ago
scripts
refactor: migrate database from PostgreSQL to SQLite and update related configurations
2 months ago
server
feat(admin): include per-user content counts in users list API
2 months ago
skills
feat(frontend-design): add new skill for creating high-quality frontend interfaces
2 months ago
.env.example
feat(db): update SQLite configuration and seeding process
2 months ago
.gitignore
feat: add username-password auth flow
2 months ago
README.md
feat(frontend-design): add new skill for creating high-quality frontend interfaces
2 months ago
bun.lock
feat: multitenant profile, posts, timeline, RSS, admin APIs, and Nuxt UI
2 months ago
nuxt.config.ts
feat: add bun-types support in TypeScript configuration
2 months ago
package.json
feat: enhance public profile layout and configuration management
2 months ago
skills-lock.json
feat(frontend-design): add new skill for creating high-quality frontend interfaces
2 months ago
tsconfig.json
init
2 months ago
需求
文档
提醒
用 Linux 开发与部署,包管理器采用 bun@1.3.11。数据库为 postgres (通过 DATABASE_URL 连接;本地可参考 .env.example 复制为 .env.local)。部署时可直接打包 .output 目录,在服务器环境执行迁移命令,省时省力。
部署
提供最简单的部署方式:
bun run build
进入.output文件夹
编辑.env环境变量
sh run.sh
不采用重量级的docker,可以直接打包.output到服务器部署。