<aside> <img src="/icons/gradebook_gray.svg" alt="/icons/gradebook_gray.svg" width="40px" />

Read more:

Untitled

</aside>

Installations

To run application

After all prerequisites are fulfilled it is possible to start the application with the following command:

  npm run tauri dev

To build application

If you made changes and want to create an executable it is possible by using the following command:

  npm run tauri build

Change Tauri Settings

The application contains a settings file the base information for the executable are stored. The file is called tauri.conf.json and is found inside the src-tauri directory of the editor code (Click here if you want to browse the file).

For example, if you would like to change the default setting of the fullscreen mode, the size of the window or the title, you just have to change the following parameters inside the config file to your desired values: