/desktop

The Arquivolta installer app

Primary LanguageDartGNU General Public License v2.0GPL-2.0

Arquivolta Desktop

Arquivolta Desktop is the installer for the Arquivolta project

(( Fill in a really nice screenshot here! ))

Getting started with Development

The Arquivolta installer is a Flutter application. It is recommended but not required to use VS Code as your editor, since it's already configured in the project. To get started:

  1. Install the latest version of Visual Studio 2022 (Community Edition is fine), make sure that you install the "Desktop development with C++" workload.
  2. Clone the repo
  3. git submodule update --init --recursive
  4. ./flutterw doctor to make sure the Flutter SDK is set up properly
  5. ./flutterw run -d windows to start the app, or open the project in the editor