Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 735 Bytes

README.md

File metadata and controls

49 lines (33 loc) · 735 Bytes

HOW TO USE

Environment

Set up .env file in your local machine

REACT_APP_FIREBASE_API_KEY=
REACT_APP_FIREBASE_AUTH_DOMAIN=
REACT_APP_FIREBASE_PROJECT_ID=
REACT_APP_FIREBASE_STORAGE_BUCKET=
REACT_APP_FIREBASE_MESSEGING_SENDER_ID=
REACT_APP_FIREBASE_APP_ID=
REACT_APP_FIREBASE_DATABSE_URL=

Installation using NPM or Yarn

Install all dependencies

npm install or yarn install

Start the application

npm start or yarn start

Installation using Docker and PNPM

Install all dependencies

docker-compose run --rm pnpm install

Start the application

docker-compose up --build watch-client

Overview

Transaction Page

screenshot