Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.4 KB

File metadata and controls

35 lines (21 loc) · 1.4 KB

Stelaris UI

The Stelaris project is primarily aimed at facilitating the creation of various models, which are subsequently translated into programming code. Model creation is facilitated through a user interface (UI) developed using Flutter. Within this UI, a variety of widgets are available to aid in model creation. Each model can be customized with different data, depending on its specific context. Models that can be created are items, fonts, attributes and notifications. Each model has its own page within the UI, where the user can create, edit, and delete models. The sides may be divided into multiple parts. In the build page the user can generate the code.

How to run the App on your computer

To run the application on your local computer, follow these steps:

  • Install Flutter – Ensure you have Flutter installed with the latest required version (3.29.0).
  • Modify the Environment Class – Adjust the backend URL in the environment class to match your server setup.
  • Start the Backend Server - Start the backend server
  • Run the App – Start the application by pressing the Start button in your IDE or running:
    flutter run  

Wiki

You can find the Wiki under the following Link

Contributing

See the CONTRIBUTING.md file for more information.