Handyman is a web, later a mobile application, designed to connect users with local craftsmen for various household chores. Users can book electricians, plumbers, and other craftsmen to assist with their home maintenance needs. The app aims to provide a seamless and efficient way to get reliable help for everyday tasks.
Welcome to the project! This README provides a comprehensive guide to get you started with the project setup, including how to run the application locally, manage dependencies, and perform common tasks.
Before you begin, ensure you have the following installed:
-
Clone the Repository
git clone https://github.com/FreemanBoss/handyman-frontend cd handyman-frontend
-
Install Dependencies
Make sure you have all necessary dependencies installed.
- Using npm:
npm install
-
- To run the project on the development server
npm run dev
-
- To run the project on the staging server
npm run staging
-
- To run the project on the production server
npm run prod
We welcome contributions to the project! Please refer to our CONTRIBUTING.md file for guidelines on how to contribute.
By contributing, you agree that your contributions will be licensed under the Apache License.