This is my portfolio site, built using React, Chakra UI, Vite, and various other dependencies.
Provide a brief overview of your project here.
List the key features of your portfolio site. For example:
- Responsive design for various screen sizes.
- Project showcase with details.
- Contact information and social links.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
-
Clone the repository:
git clone https://github.com/carloskim123/portfolio-site.git`
-
Navigate to the project directory:
shCopy code
cd portfolio-site
-
Install dependencies:
shCopy code
npm install
-
Start the development server:
shCopy code
npm run dev
-
Open your browser and visit
http://localhost:3000
to view the site.
Explain how to use your portfolio site, provide any specific instructions or features that users should be aware of.
Explain the structure of your project's source code, especially if it deviates from the standard React project structure.
List the main dependencies and their versions used in your project. You can generate a package.json
file using the npm list --depth=0
command to get this information.
Explain how others can contribute to your project. Include guidelines for code contributions, bug reports, and feature requests.
This project is licensed under the MIT License - see the LICENSE file for details.