Skip to content

Operations Runbook

E.M.I.S.Premarathna edited this page Apr 22, 2025 · 3 revisions

⚙️ 1. Development Environment Setup

Step | Task | Command / Action
-- | -- | --
1 | Install Flutter SDK | Follow Flutter installation guide
2 | Clone the repository | git clone https://github.com/IreshikaSewwandi/quick_resume_app.git
3 | Navigate to project directory | cd quick_resume_app
4 | Get dependencies | flutter pub get
5 | Run development version | flutter run
6 | Make changes and commit | git add . && git commit -m "your message"
7 | Push to appropriate branch | git push origin 
⚙️ 1. Development Environment Setup StepTaskCommand / Action1Install Flutter SDKFollow [Flutter installation guide](https://flutter.dev/docs/get-started/install)2Clone the repositorygit clone https://github.com/IreshikaSewwandi/quick_resume_app.git3Navigate to project directorycd quick_resume_app4Get dependenciesflutter pub get5Run development versionflutter run6Make changes and commitgit add . && git commit -m "your message"7Push to appropriate branchgit push origin

Clone this wiki locally