Skip to content

ezhil-34/Scanteen-frontend

Repository files navigation

Project setup and installation steps

1. Clone the repository

git clone https://github.com/gdgmit/OpenMitation-Scanteen-AppUIs

2. Pull the latest changes from the main branch

Navigate to the cloned folder,

git checkout main
git pull origin main

3. Install the dependencies

flutter pub get

4. Run the project

flutter run

Task Submission

After the completion of your tasks,

1. Navigate to your branch

git checkout task[task_num]

Note: Replace [task_num] with the specific task number (e.g., task1)

2. Commit your changes

git add .
git commit -m "Describe the changes made for task[task_num]"

3. Push your code to the remote repository

git push origin task[task_num]

4. Create a pull request(PR) to the main branch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors