This is a React application built using Vite. Follow the instructions below to set up and run the project locally.
Before you begin, ensure you have the following installed on your machine:
-
Clone the Repository
Clone this repository to your local machine using the following command:
git clone https://github.com/your-username/DAOMatcher.git
-
Navigate to the Project Directory
Change to the project directory:
cd DAOMatcher
-
Install Dependencies
Install the project dependencies using npm:
npm install
-
Run the Development Server
Start the development server:
npm run dev
This will start the app and you can view it in your browser at
http://localhost:5173
.
To create an optimized production build, run:
npm run build
The output will be located in the dist
directory.
To use Google OAuth in this project, you will need a Google Client ID. If you do not have one, the Google OAuth functionality will not work when running the project locally.
Feel free to reach out if you have any questions or encounter any issues.