Skip to content

Files

93 lines (69 loc) · 1.71 KB

README.md

File metadata and controls

93 lines (69 loc) · 1.71 KB

Md Ranju Portfolio Next.js

Overview

This is a provisional README file for the mdranju-portfolio-nextjs project. The project is currently under development, and functionalities are not yet complete.

Project Structure

/e:/mdranju-portfolio-nextjs/
├── src/
├─── api/
├─── app/
├─── components/
├─── config/
├─── data/
├─── lib/
├─── ui/   
├─── utils/   
├── README.md
├── package.json
├── next.config.js
├── tailwind.config.js
└── tsconfig.json

Getting Started

Packages

Prerequisites

  • Node.js
  • npm or yarn

Installation

  1. Clone the repository:
    git clone https://github.com/muhammadranju/mdranju-portfolio-nextjs
  2. Navigate to the project directory:
    cd mdranju-portfolio-nextjs
  3. Install dependencies:
    npm install
    or
    yarn install

Running the Project

To start the development server, run:

npm run dev

or

yarn dev

Open http://localhost:3000 to view it in the browser.

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

Contact

For any inquiries, please contact mdranju23@gmail.com.

Screenshot1 Screenshot2