You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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
+

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