Follow these steps to set up the client project.
- Node.js (v14 or higher)
- npm (v6 or higher) or yarn
- Clone the repository:
git clone https://github.com/dev-mohit06/filekko.git
- Navigate to the client directory:
cd filekko/client
- Install dependencies:
or
npm install
yarn install
To start the development server, run:
npm run dev
or
yarn run dev
To set up Firebase configuration, follow these steps:
-
Create a Firebase project in the Firebase Console.
-
Add a new web app to your Firebase project and copy the Firebase configuration details.
-
In the
src/common
folder, create a file namedfirebaseConfig.js
. -
Add create the following code file to
src/common/firebaseConfig.js
and paste the Firebase configuration details.