Collabocate [Website]
SOFTWARE ENGINEERING CONTRIBUTING DOC FOR COLLABOCATE WEBSITE
General Information about project
Collabocate [Website]COLLABOCATE WEBSITE PROJECTLocal development instructions
We've made recent changes to the repository location and local development instructions of this project. Therefore, this section may be outdated. For now and pending the time that this section will be updated, you can get guidance on where to find and how to run this project in our collabo community Discord channel.
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: https://github.com/collabo-community/web-client
Fork and clone the GitHub repository as shown in the SWE contribution workflow
Instructions for installing dependencies and starting the frontend web client:
Install dependencies:
npm installRun the development server:
npm run devFirst 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 flutter docs.
Run
flutter doctoron 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: https://github.com/collabo-community/mobile_client
Fork and clone the GitHub repository as shown in the SWE contribution workflow
Instructions for installing dependencies and starting the mobile client:
Install package dependencies with flutter command:
Flutter pub getRun the commands to prevent error:
flutter pub outdatedflutter pub upgradeThen 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.
Last updated
Was this helpful?