Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 1.05 KB

README.md

File metadata and controls

50 lines (39 loc) · 1.05 KB

Client Setup

Follow these steps to set up the client project.

Author

Prerequisites

  • Node.js (v14 or higher)
  • npm (v6 or higher) or yarn

Installation

  1. Clone the repository:
    git clone https://github.com/dev-mohit06/filekko.git
  2. Navigate to the client directory:
    cd filekko/client
  3. Install dependencies:
    npm install
    or
    yarn install

Running the Application

To start the development server, run:

npm run dev

or

yarn run dev

Firebase Configuration

To set up Firebase configuration, follow these steps:

  1. Create a Firebase project in the Firebase Console.

  2. Add a new web app to your Firebase project and copy the Firebase configuration details.

  3. In the src/common folder, create a file named firebaseConfig.js.

  4. Add create the following code file to src/common/firebaseConfig.js and paste the Firebase configuration details.