BugVault/README.md

32 lines
452 B
Markdown

# BugVault
Open Source GPL3 bug tracker. This bug tracker prioritizes ease of use.
# Compilation
## Linux
To build for Linux, you are going to want to run the following command:
```bash
flutter pub get
flutter build linux
```
## Android
To build for Android, run the following command:
```bash
flutter pub get
flutter build apk
```
## Windows
To build for Windows, run the following command:
```bat
flutter pub get
flutter build windows
```