Overview
The VScode Portfolio is a developer portfolio website designed with a Visual Studio Code theme. It is built using Next.js and can be easily deployed on Vercel. The project offers a clean and modern interface for showcasing a developer’s work.
Features
- Visual Studio Code Theme: A visually appealing portfolio design inspired by Visual Studio Code.
- Next.js Integration: Built with Next.js, providing efficiency and performance.
- Easy Deployment: Can be quickly deployed on Vercel for seamless hosting.
Installation
To set up the VScode Portfolio theme on your local machine, follow these steps:
- Clone the repository to your local environment.
git clone <repository-url>
- Create an
.env.local
file in the project directory for managing environment variables based on the provided example in.env.local.example
. - Run the development server by opening
http://localhost:3000
in your browser to view the portfolio. - Customize the portfolio content by modifying files in the
components
andpages
folders.
Summary
The VScode Portfolio offers a visually appealing and functional design for developer portfolios, integrating the Visual Studio Code theme and Next.js for efficient performance. With easy deployment options on Vercel, developers can showcase their work in a clean and modern interface.