Skip to content

kweizh/kweizh.github.io

Repository files navigation

kweizh's Personal Website

Created by AI

This is my personal website showcasing my profile and projects. Built with modern web technologies and proudly created with the assistance of AI Agents:

  • Next.js - React framework for production
  • Bun - Fast all-in-one JavaScript runtime and toolkit
  • pnpm - Fast, disk space efficient package manager

Getting Started

Prerequisites

Make sure you have the following installed:

  • Bun (recommended)
  • pnpm
  • Node.js 18+ (if not using Bun)

Development

The preferred way to run the development server is using Bun:

bun install    # Install dependencies
bun dev       # Start development server

Alternatively, you can use pnpm:

pnpm install   # Install dependencies
pnpm dev      # Start development server

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

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

Building for Production

To generate a static version of the site:

# Using Bun (recommended)
bun install
bun run build
bun run export

# Using pnpm
pnpm install
pnpm build
pnpm export

The static files will be available in the out directory.

Learn More

About

Kweizh Personal site, Created by AI Agents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published