-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated README.md with help for contribution and some paragraphs
- Loading branch information
1 parent
85cff69
commit 204d95e
Showing
1 changed file
with
68 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,68 @@ | ||
# labourServices | ||
The labour services is an online application that provides an interface between the customer and labour. Labour will get employment and customer will get good service. Customers will be able to give feedback according to the service provided by labourer. | ||
|
||
Priyanshu Maurya checking .... again checking | ||
hi mitesh here........ | ||
hi shivam here using this from mobile... | ||
This is shivam putting a text from desktop. | ||
this is shivam git account all set ...... | ||
Created a new branch -shivam | ||
# 🚀 LabourServices | ||
|
||
The Labor Services mobile application is an open-source online platform that serves as an interface between customers and laborers. It aims to connect laborers with employment opportunities while providing customers with convenient access to reliable services. Through this app, customers can easily hire laborers and have the option to provide feedback based on the quality of service received. | ||
|
||
## ⚙️ Development Status | ||
|
||
The development of the app is temporarily paused, efforts will be made to resume its progress and provide users with a seamless experience in the future | ||
|
||
## 🤝 Contributors | ||
|
||
All contributors of the open-source community are warmly welcomed to contribute to the Labor Services mobile application and share their valuable ideas. We encourage active participation and collaboration from the community to enhance the project further. Our issue section is open for discussions related to the project, providing a platform for exchanging thoughts, addressing concerns, and proposing improvements. Together, we can make the Labor Services app even better and more beneficial for both laborers and customers. | ||
|
||
# Step for Contributions 🌟 | ||
|
||
1. [Fork](https://github.com/ShubhamKhale/labourServices.git) the project | ||
2. Clone the project to run on your local machine using the following command | ||
|
||
```sh | ||
git clone https://github.com/<your_github_username>/labourServices.git | ||
``` | ||
|
||
3. Get into the root directory | ||
|
||
```sh | ||
cd labourServices | ||
``` | ||
|
||
4. Install all dependencies by running | ||
|
||
```sh | ||
npm install | ||
``` | ||
|
||
5. Create your branch | ||
|
||
```sh | ||
git checkout -b <your_branch_name> | ||
``` | ||
|
||
6. To run and view the application on localhost | ||
|
||
```sh | ||
ionic serve | ||
``` | ||
|
||
7. Make your changes | ||
|
||
8. Stage your changes | ||
|
||
```sh | ||
git add <filename> | ||
``` | ||
|
||
9. Commit your changes | ||
|
||
```sh | ||
git commit -m <your-commit-message> | ||
``` | ||
|
||
10. Push your changes into your branch | ||
|
||
```sh | ||
git push origin <your_branch_name> | ||
``` | ||
|
||
11. Create a [Pull Request](https://github.com/ShubhamKhale/labourServices/compare) | ||
|
||
> Click _compare across forks_ if you don't see your branch |