This is a React application built with Vite, TypeScript, and Tailwind CSS, designed to mimic a Windows XP desktop environment. It serves as the personal website for Michael Bisbell Media (MBIM).
To work on this project locally, you'll need Node.js and npm installed.
Follow these steps:
# Step 1: Clone the repository.
git clone <YOUR_GIT_URL>
# Step 2: Navigate to the project directory.
cd <YOUR_PROJECT_NAME>
# Step 3: Install the necessary dependencies.
npm i
# Step 4: Start the development server.
npm run devThis project is built with:
- Vite
- TypeScript
- React
- shadcn-ui
- Tailwind CSS
- React Router
- @tanstack/react-query
- Lucide React
- Sonner
- Zod & React Hook Form
- date-fns
This project can be deployed using a CI/CD pipeline, such as GitHub Actions, to an FTP server. Refer to the .github/workflows/deploy.yml file for the configured deployment process.
ℹ️ This is the public version of the private repository ZATHENA-VENTURES/MBIM-Official-Website. It contains the official README, project description, and homepage link but omits sensitive deployment details.