Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a new readme #37

Merged
merged 3 commits into from
Dec 23, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 40 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,43 @@
# Paranomax Mobile App
<p align="center">
<img src="/assets/logo-mobile-app-beta.png" height="100"/>
</p>
<h1 align="center">Panoramax Mobile App</h1>

Panoramax mobile is an application to capture photo sequences with your mobile and send these sequences to a Panoramax instance.

> [!NOTE]
> The app is under development, a first version is available [here](https://github.com/nobelization/panoramax-mobile-app/releases/download/v1.2.1-beta/app-release-v1_2_1-beta.apk).

> You can follow progression in this [project](https://github.com/orgs/nobelization/projects/1).

<div align="center">
<!--- <a href="https://f-droid.org/packages/app_id"> --->
Jean-BaptisteC marked this conversation as resolved.
Show resolved Hide resolved
<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" alt="Get it on F-Droid" height="80" align="center"/>
<!---</a>--->
<!--- <a href="https://play.google.com/store/apps/app_id"> --->
<img src='https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png' alt='Get it on Google Play' height="80" align="center"/>
<!---</a>--->
<!--- <a href="https://apps.apple.com/us/app/app_id"> --->
<img src="assets/apple-appstore.svg" alt="Get it on App Store" height="60" align="center"/>
Jean-BaptisteC marked this conversation as resolved.
Show resolved Hide resolved
<!---</a>--->
<a href="https://github.com/nobelization/panoramax-mobile-app/releases/latest/">
<img src="https://user-images.githubusercontent.com/663460/26973090-f8fdc986-4d14-11e7-995a-e7c5e79ed925.png" alt="Download app from GitHub" height="80" align="center"/>
</a>
</div>

# Contribute to the code

## Prerequisites
- Dart
- Docker Engine

## Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
This project is developed in Flutter.

For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
[online documentation](https://docs.flutter.dev/).
To submit PR on the project, use our [conventional commit](https://www.conventionalcommits.org/en/v1.0.0/)

### Start docker container
```shell
Expand Down Expand Up @@ -51,3 +73,12 @@ dart run build_runner watch --delete-conflicting-outputs
```shell
flutter test integration_test
```

### Documentation

- [Panoramax website](https://panoramax.fr/)
- [Meta catalog](https://api.panoramax.xyz/)
- [Panoramax repository](https://gitlab.com/panoramax/)
- [Topic Panoramax on Forum](https://forum.geocommuns.fr/c/panoramax/6)

Licensed under the AGPL-3.0 license. See [LICENSE](/LICENSE)
46 changes: 46 additions & 0 deletions assets/apple-appstore.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/logo-mobile-app-beta.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading