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.
- Clone the repository:
git clone https://github.com/yikejason/cv.git
- Navigate to the project directory:
cd cv
- Install the dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and visit
http://localhost:3000
to view the website.
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.