Skip to content

yikejason/cv

Repository files navigation

Jason cv Website

This is a cv website built with Next.js shadcn/ui、Tailwind CSS. It showcases your skills, projects, and achievements in an elegant and responsive design.

Installation

  1. Clone the repository: git clone https://github.com/yikejason/cv.git
  2. Navigate to the project directory: cd cv
  3. Install the dependencies: npm install

Usage

  1. Start the development server: npm run dev
  2. Open your browser and visit http://localhost:3000 to view the website.

Dependencies

The following dependencies are required for this project:

  • Next.js: A React framework for server-side rendering and static site generation.
  • Tailwind CSS: A highly customizable CSS framework.
  • React: A JavaScript library for building user interfaces.
  • React Icons: A collection of popular icons for React projects.
  • TypeScript: A typed superset of JavaScript that compiles to plain JavaScript.
  • shadcn/ui: Beautifully designed components that you can copy and paste into your apps.