1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-20 04:39:34 +05:30
Files
neosubhamoy-portfolio/README.md

39 lines
1.6 KiB
Markdown

# Subhamoy Biswas - Portfolio Website
### Official Portfolio Website of Subhamoy Biswas (@neo_subhamoy)
[![status](https://img.shields.io/badge/status-active-brightgreen.svg?style=flat)](https://github.com/neosubhamoy/neosubhamoy-portfolio/)
[![verion](https://img.shields.io/badge/version-v2.0.1_beta-yellow.svg?style=flat)](https://github.com/neosubhamoy/neosubhamoy-portfolio/)
[![PRs](https://img.shields.io/badge/PRs-welcome-blue.svg?style=flat)](https://github.com/neosubhamoy/neosubhamoy-portfolio/)
<br></br>
### 🌟 Tech Stack
![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white)
![TailwindCSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge&logo=tailwind-css&logoColor=white)
![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)
![PHP](https://img.shields.io/badge/php-%23777BB4.svg?style=for-the-badge&logo=php&logoColor=white)
![MySQL](https://img.shields.io/badge/mysql-%2300f.svg?style=for-the-badge&logo=mysql&logoColor=white)
### 🛠️ Contributing
1. Clone this repository in your dev server public folder (eg: 'htdocs' for XAMPP Server)
2. Install node dependencies
```code
npm install
```
3. Run development process
```code
npm run dev
```
4. Website will be running on this url
```code
http://localhost/neosubhamoy-portfolio/htdocs/
```
5. Using a Self Signed SSL in dev server is highly recommended as some of the site features only works with secure https protocol
<br></br>
<br></br>
****
An Open Sourced Project - Developed with ❤️ by **Subhamoy**