# AI Website
This is a web application built using **React**, **TypeScript**, **Vite**, and **Tailwind CSS**. It serves as the frontend for the USD AI Research Lab website.
---
## 🚀 Getting Started
Follow these steps to run the project locally:
### 1. Clone the Repository
```bash
git clone https://github.com/USD-AI-ResearchLab/AI_website.git
cd AI_websiteMake sure you have Node.js installed (preferably version 18+). Then run:
npm installnpm run devThis will start the app at http://localhost:5173 (or another port if 5173 is in use).
AI_website/
├── public/ # Static assets
├── src/ # Source code
│ ├── Pages/ # Page components
│ ├── components/ # Reusable components
│ ├── assets/ # Images and icons
│ └── main.tsx # Entry point
├── package.json # Project metadata and scripts
├── tailwind.config.ts # Tailwind CSS configuration
├── tsconfig.json # TypeScript configuration
└── vite.config.ts # Vite configuration
npm run dev– Start development servernpm run build– Build for productionnpm run preview– Preview production build
- React
- TypeScript
- Vite
- Tailwind CSS