My personal website
https://keircn.com
- TypeScript 95.4%
- CSS 4.6%
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| drizzle | ||
| public | ||
| src | ||
| .env.example | ||
| .gitignore | ||
| biome.json | ||
| drizzle.config.ts | ||
| LICENSE | ||
| next.config.ts | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| postcss.config.mjs | ||
| README.md | ||
| tsconfig.json | ||
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:
- Fork the repo
- Create a feature branch
- 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