How to Run:
# Step 1: Clone the repository.
git clone https://github.com/sjain2025/sjain2025.github.io.git
# Step 2: Navigate to the project directory.
cd sjain2025.github.io
# Step 3: Install the necessary dependencies.
npm i
# Step 4: Start the development server.
npm run dev
How to Update:
# Step 1: Update dist folder.
npm run build
# Step 2: Push to main branch
git add .
git commit -m "Commit Message"
git push -u origin main
# Step 3: Push to gh-pages
npm run deploy
- React
- Vite
- TypeScript
- Tailwind CSS