No description
This repository has been archived on 2026-08-10. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • TypeScript 83.2%
  • CSS 13.9%
  • Dockerfile 2.7%
  • JavaScript 0.2%
Find a file
renovatebot 7c23073d67
All checks were successful
CI pipeline / lint-and-build (pull_request) Successful in 2m11s
CI pipeline / build-and-publish (pull_request) Successful in 3m26s
CI pipeline / lint-and-build (push) Successful in 2m17s
CI pipeline / build-and-publish (push) Successful in 3m19s
chore(deps): update all non-major dependencies
2026-08-04 21:08:28 +00:00
.forgejo/workflows ci: switch image builds to docker buildx (#9) 2026-08-02 18:56:21 +00:00
.zed feat: content updates & migration to forgejo (#1) 2026-05-24 12:15:29 +03:00
public feat: content updates & migration to forgejo (#1) 2026-05-24 12:15:29 +03:00
src chore(deps): update all non-major dependencies (#4) 2026-08-02 19:14:08 +00:00
.gitattributes refactor!: move from NextJS to react/vite 2025-02-09 18:29:02 +02:00
.gitignore chore: add 'dist/' to .gitignore 2026-01-15 17:14:43 +02:00
.oxfmtrc.json feat: content updates & migration to forgejo (#1) 2026-05-24 12:15:29 +03:00
.oxlintrc.json feat: content updates & migration to forgejo (#1) 2026-05-24 12:15:29 +03:00
components.json feat!: move to Next.js 16 2025-11-29 01:49:13 +02:00
Dockerfile feat: add blog and update content (#2) 2026-07-01 16:46:00 +00:00
next.config.ts feat: content updates & migration to forgejo (#1) 2026-05-24 12:15:29 +03:00
package.json chore(deps): update all non-major dependencies 2026-08-04 21:08:28 +00:00
pnpm-lock.yaml chore(deps): update all non-major dependencies 2026-08-04 21:08:28 +00:00
pnpm-workspace.yaml feat: add blog and update content (#2) 2026-07-01 16:46:00 +00:00
postcss.config.mjs feat!: move to Next.js 16 2025-11-29 01:49:13 +02:00
README.md feat!: move to Next.js 16 2025-11-29 01:49:13 +02:00
renovate.json chore(renovate): switch assignees to reviewers 2026-08-04 23:10:44 +03:00
tsconfig.json feat!: move to Next.js 16 2025-11-29 01:49:13 +02:00

My personal portfolio website

The website is running in vercel at https://j0h.dev

Getting Started

First, run the development server:

pnpm install
pnpm dev

Open http://localhost:3000 with your browser to see the result.