Skip to content

GreenMeteor/humhub-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HumHub Browser

A lightweight desktop application for browsing HumHub websites.

Description

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.

Usage

Installation

  1. Clone this repository to your local machine:

    git clone https://github.com/your-username/humhub-browser.git
  2. Navigate to the project directory:

    cd humhub-browser
  3. Install dependencies:

    npm install

Compilation

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.

Running the Application

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.

Contributing

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.