Software Engineering
  • Contribution Workflow for Engineers
  • Collabo Community on Discord
  • PROJECT LOCAL DEVELOPMENT INSTRUCTIONS
    • Blocks Assistant (Javascript)
    • Blocks Assistant (Dart & Flutter)
    • Building Blocks
    • Collabocate (Javascript)
    • Collabocate (Flutter)
    • Collabo Community App
Powered by GitBook
On this page
  • General Information about project
  • Local development instructions

Was this helpful?

Edit on GitHub
  1. PROJECT LOCAL DEVELOPMENT INSTRUCTIONS

Collabo Community App

SOFTWARE ENGINEERING CONTRIBUTING DOC FOR COLLABO COMMUNITY APP

PreviousCollabocate (Flutter)

Last updated 6 months ago

Was this helpful?


General Information about project


Local development instructions

Find the local development instructions for Collabo Community App projects in the tabs below, depending on the one you want to develop locally.

Local development instructions:

  • Head over to the GitHub repository:

  • Fork and clone the GitHub repository as shown in the


Instructions for installing dependencies and starting the frontend web client:

Once you have the repository on your local computer, ensure you are in the root of the project's directory. Then install and run following the steps below.

Install dependencies:

npm install

Run the development server:

npm run dev

First time Setup Instructions for the mobile client:

  • Install flutter, and configure every other thing you need to get flutter apps running on your computer - See .

  • Run flutter doctor on the flutter console or in your terminal, to confirm that all that you need has been installed or not. Then install whatever is left if any.

  • Also set up Android Studio and/or Xcode, and their mobile phone emulators/simulators.


Local development instructions:

  • Head over to the GitHub repository:

  • Fork and clone the GitHub repository as shown in the


Instructions for installing dependencies and starting the mobile client:

Once you have the repository on your local computer, ensure you are in the root of the project's directory. Then follow the steps below.

  • Install package dependencies with flutter command:

Flutter pub get
  • Run the commands to prevent error:

flutter pub outdated
flutter pub upgrade
  • Then run the app on your emulator or physical device


Learning resources

No instructions for now. Please ask about this project on our discord channel if you are interested in contributing.


Flutter Mapp | Flutter Tutorial For Beginners in 3 Hours
https://github.com/collabo-community/web-client
SWE contribution workflow
flutter docs
https://github.com/collabo-community/mobile_client
SWE contribution workflow
Collabo Community AppTHE COLLABO COMMUNITY APP PROJECT