nextjs_dev_folio
is a personal portfolio website built using Next.js. This project allows developers to showcase their skills, projects, and personal information in an organized and visually appealing manner. This repository is open for Hactoberfest 2023!!
To run the project locally, follow these steps:
Clone this repository to your local machine:
git clone https://github.com/danger-ahead/nextjs_dev_folio.git
Navigate to the project directory:
cd nextjs_dev_folio
Install the project dependencies:
[!NOTE]
pnpm is an efficient version of npm and you can install it usingnpm install -g pnpm
in the terminal after cloning the repository.
pnpm install
Start the development server:
pnpm run dev
The application should now be accessible locally at http://localhost:3000
.
To customize the portfolio and add your personal information, follow these steps:
Upload your picture to imgur.
Copy the link to the image.
Open the public/data.json
file in your project and paste the image link at data.json.
Edit the content of mdx file in the static directory to change the content of the portfolio.
Copy the .env.example
file to .env.local
and update the values with your own configuration.
Here's the technology stack used in this project:
If you'd like to contribute to this project, please follow these guidelines:
Fork the repository on GitHub.
Clone your forked repository to your local machine.
Create a new branch for your feature or bug fix.
Make your changes and commit them with descriptive messages.
Push your changes to your GitHub repository.
Create a pull request to the original repository with a clear description of your changes.
Your pull request will be reviewed, and your changes may be merged into the main project.
This project is licensed under the MIT License, which means you are free to use, modify, and distribute it as per the terms of the license.