Welcome to my portfolio! This repository contains the source code for my personal portfolio website. You can visit the live site here.
The portfolio is built using the following technologies:
- HTML
- CSS
- Vite (for development and build)
- GitHub Pages (for deployment)
To run the portfolio locally and make modifications, follow these steps:
- Clone the repository:
git clone https://github.com/mamidalaramu/mamidalaramu.github.io.git
- Navigate to the project directory:
cd mamidalaramu.github.io
- Install dependencies:
npm install
- Start the development server:
npm run dev
The portfolio is deployed using GitHub Pages. To deploy your own portfolio, follow these steps:
- Make sure your changes are committed and pushed to your GitHub repository.
- Run the build command:
npm run build
- Commit the changes in the
dist
directory:git add dist -f && git commit -m "Deploy"
- Push the changes to the
gh-pages
branch:git subtree push --prefix dist origin gh-pages
- Your portfolio should now be live at
https://your-username.github.io/your-portfolio/
.
This project is licensed under the MIT License.