Ensure you have the following installed on your system:
- Node.js (LTS version recommended)
- Rust
- Angular CLI
Note: Currently supports only Linux Platforms
-
Clone the repository:
git clone https://github.com/ArunVenkata/SmartScreen.git cd your-repo -
Install dependencies:
npm install
-
Build the Tauri application:
npm run tauri build
To start the development server and run the Tauri application:
sudo -E env PATH=$PATH npm run tauri dev src-tauri/: Contains Tauri-specific configuration and Rust code.src/: Contains Angular application code.
To create a production build of the application:
npm run build
npm run tauri buildContributions are welcome! Please fork the repository and submit a pull request.
This project is licensed under the MIT License.

