-
Fork the Repository
- Fork this repository to your GitHub account.
-
Clone the Repository
- Open your terminal and run:
git clone https://github.com/your-username/repository-name.git
- Open your terminal and run:
-
Install Client Dependencies
- Navigate to the client directory:
cd client - Install the necessary dependencies:
npm install
- Run the client app:
npm run dev
- Navigate to the client directory:
-
Install Server Dependencies
- Navigate to the server directory:
cd server - Install the server dependencies:
npm install
- Start the server:
npm run dev
- Navigate to the server directory:
-
Push Changes and Create Pull Request
- After coding each page, push your changes to your existing repo.
- Create a Pull Request from your forked repo to the main repository.
-
Light Theme:
- Background:
bg-red-50 - Text:
text-black
- Background:
-
Dark Theme:
- Background:
bg-black - Text:
text-whiteortext-yellow-500
- Background:
<MetaData title="Admin Login | City Smile Dental Clinic" />import { CircularProgress } from "@mui/material";
<CircularProgress /><div className="flex flex-col overflow-hidden bg-white dark:bg-black text-black dark:text-white">import { toast } from "react-toastify";
toast.success("Login successful!");// eslint-disable-next-line<button>{submitting ? "Logging in..." : "Login"}</button>import { IconName } from "@mui/icons-material";
<IconName />