Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

AstragoDETechnologies/fullscreen_web_view

Repository files navigation

fullscreen_web_view

This simple Tauri-App opens a web page in full-screen mode.

For Users:

You can add a config.json file to configure the url.

Example Configuration:

Note that if the configuration file is missing or incorrectly formatted, the default configuration will be used instead.

Filename: config.json

File Contents:

{
    "url": "https://www.astrago.de"
}

For Developers:

Techstack

Install Rust, NodeJS and pnpm and follow the Tauri Prerequisites.

Then install the Tauri CLI:

cargo install tauri-cli

Developing and debugging the project:

cargo tauri dev

Building the project:

cargo tauri build