Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ABHAY-100 authored Nov 25, 2024
1 parent 59f22a1 commit 412300c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,25 @@ Ensure you have the following installed:

10. Open your web browser and navigate to `http://localhost:3000` to access the app.

### How to Use?

11. Once the application is running, open it in your browser (`http://localhost:3000`), and you will see a form.

12. Select whether you want to create a group or channel using the switch option.

13. Enter the group/channel name and description in the corresponding fields.

14. Upload a CSV file containing participant data in the following format:
```bash
name, phone
johndoe, +91933222XXXX
janedoe, +91933852XXXX
```

15. If everything is configured correctly, the members will be added automatically. A success modal will appear with event statistics, and a CSV report (named `group/channelname-report.csv`) will be downloaded with a summary of the process.




<br />

Expand Down

0 comments on commit 412300c

Please sign in to comment.