ScanEase is a project that simplifies scanning documents with ease. This repository contains the source code for the ScanEase application.
To run this project locally, follow these steps:
First, make sure you have Node.js and npm (Node Package Manager) installed on your system. Use the following command to install all the dependencies needed for the project:
npm install
To run the development environment locally, you will need to start two components:
Start the React Development Server:
npm run dev
This command will launch the React server for development mode.
Start the Electron application:
npm run electron
This command will start the Electron application, which provides a native desktop interface for ScanEase.
That's it! You should now have ScanEase up and running on your local machine.
We welcome contributions to this project. If you would like to contribute, please fork this repository, make your changes, and submit a pull request. We'll review your changes and merge them if they align with the project's goals.
If you encounter any issues or have suggestions for improvements, please open an issue on this repository. We appreciate your feedback and will work to resolve any problems you encounter.
This project is licensed under the MIT License.