Welcome to the personal portfolio website of Surya Vikas — a passionate developer focused on building clean, modern, and responsive web applications.
🔗 Live Site: surya-vikas.netlify.app
- Frontend: HTML, CSS, JavaScript
- Framework: React.js (or specify if using Vite/Next.js)
- Styling: Tailwind CSS / Bootstrap / Custom CSS (specify what you use)
- Deployment: Netlify
# Clone the repo
git clone https://github.com/surya077-mj/portfolio.git
# Go into the project folder
cd portfolio
# Install dependencies
npm install
# Start the development server
npm run dev # or npm start, based on setup
📦 Build for Production
bash
Copy
Edit
npm run build
---
```bash
git add README.md
git commit -m "Added README"
git push