Skip to content

ArunVenkata/SmartScreen

Repository files navigation

Getting Started

Prerequisites

Ensure you have the following installed on your system:

Note: Currently supports only Linux Platforms

What it looks like

image image

Installation

  1. Clone the repository:

    git clone https://github.com/ArunVenkata/SmartScreen.git
    cd your-repo
  2. Install dependencies:

    npm install
  3. Build the Tauri application:

    npm run tauri build

Running the Application

To start the development server and run the Tauri application:

sudo -E env PATH=$PATH npm run tauri dev 

Project Structure

  • src-tauri/: Contains Tauri-specific configuration and Rust code.
  • src/: Contains Angular application code.

Building for Production

To create a production build of the application:

npm run build
npm run tauri build

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.

License

This project is licensed under the MIT License.