Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 359 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 359 Bytes

Personal Website

Raihan Allaam's personal website. Built using Vite, React JS, and Tailwind CSS.

  1. Install Git & Node JS
  2. Open Command Prompt (cmd)
  3. Use the following command:
> git clone https://github.com/alamehan/personal-website-v2.git
> cd personal-website-v2
> npm install
> npm run dev