This project is a React application. Follow the instructions below to get started with development, testing, and deployment.
Make sure you have the following installed on your machine:
- Node.js (which includes npm)
- Clone the repository:
git clone https://github.com/vyankateshmisar/PersonalPortfolio cd PersonalPortfolio
- Install dependencies:
npm install
- Run the project locally:
npm start
- Check changes in your browser:
if http://localhost:3000 does not open automatically then Open your browser and go to http://localhost:3000.
- To create a production build of the project, run:
npm run build
This will generate a build directory with the production build of your project.
You can deploy the contents of the build directory to hosting platforms like Netlify or Vercel.