Skip to content

pbrandl/Contrib

Repository files navigation

Contrib

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.

Features

  • Real-time anonymous contribution by users.
  • Administration of project contribution rounds by owner.

ui

Prerequisites

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.

Installation

To get started, follow these steps:

  1. Clone the repository:
git clone https://github.com/pbrandl/contrib
  1. Navigate to the project directory:
cd Contrib
  1. Install dependencies:
flutter pub get
  1. Run the app:
flutter run

Issues and Contributing

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.