Skip to content

Commit 0ffd2f5

Browse files
authored
Merge pull request #2 from shivang0-0/main
README updated
2 parents e7ea769 + c72cf62 commit 0ffd2f5

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
11
# AttendX
22

33
QR based attendance solution for offline events.
4+
## Contributing
5+
6+
Contributions are always welcome!
7+
8+
- Create a fork of the project.
9+
10+
- Clone the project using `git clone https://url-to-your-local-fork`.
11+
12+
- Navigate to the project directory `cd AttendX`.
13+
14+
There you go! Make awesome changes and contribute by making a Pull Request. Make sure to properly document the changes/addition you're trying to bring in AttendX.
15+
16+
17+
## Run Locally
18+
19+
- Follow the steps to setup flutter in your system from [official guide](https://flutter-ko.dev/get-started/install).
20+
21+
- Make sure that `flutter doctor` throws no error/warnings after installation.
22+
23+
- Navigate to the project directory, and execute `flutter run`, this will prompt you to select the platform.
24+
25+
![flutter-run-output](https://0x0.st/HhAY.png)
26+
27+
- Choose one from the list, or connect your Android phone via cable, and turn on USB Debugging from the Developers Option to use your device for hot reload.
28+
## Installation
29+
30+
Do check the releases, we'll drop a binary very soon.

0 commit comments

Comments
 (0)