Skip to content

Latest commit

 

History

History
73 lines (45 loc) · 1.5 KB

README.md

File metadata and controls

73 lines (45 loc) · 1.5 KB

umairayub.codes

Netlify Status

This repository contains the source code for my portfolio website, a React application built with Vite and Tailwind CSS. The website is deployed to Netlify for easy access and hosting.

Installation

To run the project locally, follow these steps:

  1. Clone the repository to your local machine using the following command:

    git clone https://github.com/umairayub79/umairayub.codes
    
  2. Navigate to the project directory:

    cd umairayub.codes
    
  3. Install the dependencies using npm or yarn:

    npm install
    

    or

    yarn install
    

Development

To start the development server, use the following command:

npm run dev

or

yarn dev

This will start the development server and provide you with a local URL where you can preview the website.

Building for Production

To build the project for production, use the following command:

npm run build

or

yarn build

This will create an optimized and minified version of the website in the dist directory.

License

The project is available under the MIT License. Feel free to use it as a template for your own portfolio or modify it to suit your needs.


Thank you for checking out my portfolio Git repository! If you have any questions or need further assistance, feel free to reach out.