This is a personal research portfolio website built with React, Vite, and Tailwind CSS.
Vercel provides a seamless, zero-config deployment experience for Vite-based React applications.
- Push your code to a GitHub repository.
- Have a Vercel account.
- Log in to your Vercel Dashboard.
- Click "Add New..." and select "Project".
- Import your GitHub repository.
- Vercel will automatically detect the framework as Vite.
- Ensure the Build Command is set to
npm run build. - Ensure the Output Directory is set to
dist(default for Vite). - Click Deploy.
Vercel will then build your site and provide you with a live URL.
To run the project locally:
npm install
npm run dev