Pecha Frontend This is the frontend for the Pecha application
Installation
- Clone the repository git clone https://github.com/OpenPecha/app-pecha-frontend.git
- Navigate to app-pecha-frontend directory cd app-pecha-frontend
- Install the dependencies npm install
- Run the application npm run dev
- Run the test cases npm run test