Contrib is a multi-platform application developed using Flutter. It allows users to set up their own community supported project and perform real-time contribution with ease.
- Real-time anonymous contribution by users.
- Administration of project contribution rounds by owner.
Before you begin, ensure you have met the following requirements:
- Flutter: This project uses Flutter version
3.17.0
as frontend. You can download it from Flutter official site. - Parse Server: As backend this project uses Parse Server version
4.10.4
. Download it from their repo on GitHub.
To get started, follow these steps:
- Clone the repository:
git clone https://github.com/pbrandl/contrib
- Navigate to the project directory:
cd Contrib
- Install dependencies:
flutter pub get
- Run the app:
flutter run
In case you encounter any problems, please open a issue.
Also code commits are welcome! For major changes, please open an issue first to discuss what you would like to change.