2
1
Fork
You've already forked website-old
0
My personal website https://keircn.com
  • TypeScript 95.9%
  • CSS 4.1%
2026年03月29日 13:28:15 +01:00
.forgejo/workflows dsafojIOFGJiodjgi 2026年01月27日 10:03:36 +00:00
drizzle remove recommendations 2025年12月18日 04:57:15 +00:00
public update avatar 2026年03月28日 04:09:44 +00:00
src feat: asides 2026年03月29日 13:28:15 +01:00
.env.example feat: audiobookshelf status 2026年03月28日 20:40:49 +00:00
.gitignore migrate from bun to pnpm 2025年10月29日 01:49:34 +00:00
biome.json update dependencies 2026年03月28日 04:11:30 +00:00
drizzle.config.ts fix(/api/anilist): replace any return type with AniListResponse type interface 2025年11月02日 15:27:41 +00:00
LICENSE Add MIT License to the project 2025年08月29日 23:16:23 +01:00
next.config.ts meow 2025年12月13日 13:28:07 +00:00
package.json update dependencies 2026年03月28日 04:11:30 +00:00
pnpm-lock.yaml update dependencies 2026年03月28日 20:27:07 +00:00
pnpm-workspace.yaml switch to pnpm and enhance lastfm card 2026年01月05日 18:44:45 +00:00
postcss.config.mjs Initial commit from Create Next App 2025年08月29日 22:57:36 +01:00
README.md update readme 2025年11月25日 21:33:16 +00:00
tsconfig.json linter 2025年10月22日 08:04:39 +01:00

website

my personal website

Prerequisites

  • Node.js
  • Package manager (bun)

Quick start

bun i
cp .env.example .env
bun run dev

Build & Production

Build the optimized production bundle:

bun run build
bun run start

Contributing

Contributions welcome. Please:

  1. Fork the repo
  2. Create a feature branch
  3. Open a PR with a clear description

Make sure you lint and format before merging into main

License

This project is subject to the terms of the MIT License