Skip to content

Repository files navigation

Chenene's Portfolio

A personal portfolio website built with Next.js 13 and Tailwind CSS.

Tech Stack

  • Next.js 13
  • TypeScript
  • Tailwind CSS
  • Heroicons
  • Headless UI

Getting Started

  1. Clone the repository
git clone [your-repo-url]
  1. Install dependencies
npm install
  1. Run the development server
npm run dev
  1. Open http://localhost:3000 in your browser

Deployment

This project can be easily deployed to Vercel:

  1. Push your code to GitHub
  2. Import the project in Vercel
  3. Automatic deployment will complete

Project Structure

portfolio-blog/
├── app/
│   ├── layout.tsx    # Global layout
│   └── page.tsx      # Home page content
├── public/           # Static assets
└── styles/          # Style files

Customization

You can customize the website by modifying:

  • app/page.tsx - Modify home page content
  • app/layout.tsx - Modify global layout
  • tailwind.config.js - Customize theme

Releases

Packages

Used by

Contributors

Languages