diff --git a/README.md b/README.md new file mode 100644 index 0000000..38ed94c --- /dev/null +++ b/README.md @@ -0,0 +1,39 @@ +# 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/) +

+ +## 🌟 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 +

+

+ +**** + +An Open Sourced Project - Developed with ❤️ by **Subhamoy** \ No newline at end of file