Skip to content

iCog-Labs-Dev/DAOMatcher

Repository files navigation

DAOMatcher

This is a React application built using Vite. Follow the instructions below to set up and run the project locally.

Prerequisites

Before you begin, ensure you have the following installed on your machine:

  • Node.js (version 14 or higher)
  • npm (comes with Node.js)

Getting Started

  1. Clone the Repository

    Clone this repository to your local machine using the following command:

    git clone https://github.com/your-username/DAOMatcher.git
  2. Navigate to the Project Directory

    Change to the project directory:

    cd DAOMatcher
  3. Install Dependencies

    Install the project dependencies using npm:

    npm install
  4. 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.

Build for Production

To create an optimized production build, run:

npm run build

The output will be located in the dist directory.

Note

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.

Releases

No releases published

Packages

No packages published

Contributors 6

Languages