Skip to content

Installation Instruction

Noppharut Kongsakdinasarn edited this page Apr 9, 2024 · 1 revision
  1. Clone the respository to your machine.

    git clone https://github.com/NoppharutKDS/JobO-project.git
    
  2. Change directory to the local repository by typing this command.

    cd JobO-project
    
  3. Install all require dependencies.

    flutter pub get
    
  4. Choose platform you want to run.

    - iOS
    - Android
    - Web
    
  5. Running the application by this command.

    flutter run
    
Clone this wiki locally