HumHub Browser
A lightweight desktop application for browsing HumHub websites.
This application provides a convenient way to access and navigate HumHub websites from your desktop. It utilizes Electron, a framework for building cross-platform desktop applications using web technologies.
-
Clone this repository to your local machine:
git clone https://github.com/your-username/humhub-browser.git
-
Navigate to the project directory:
cd humhub-browser
-
Install dependencies:
npm install
To compile the application for distribution:
npm run build
This command will build the application for your operating system and create an executable file in the dist
directory.
After building the application, you can run it using the following command:
npm start
This will start the application and open the HumHub browser window.
Contributions are welcome! If you encounter any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.