An Application for using web app app.clubhouse.io as an application on Mac, Windows & Linux. Clubhouse.io is a website that allows one to perform software management.Clubhouse is the first project management platform for software development that brings everyone on every team together to build better products.
Clubhouse is simple enough that anyone can use it, and flexible enough so software teams can keep their processes lightweight and productive.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
You`ll need :
- Node js
- Electron js
npm install electron@latest
Once installation of npm is finished , Do the following
npm start #starts the electron CH application with the terminal running as a background task.
Packaging the application
npm run create_mac # MAC OSX
npm run create_pc_64 # Windows x64 systems
npm run create_pc_32 # Windows x32 systems
npm run create_linux # Linux
Respective folders will be created inside folder 'release'
After packaging this to its respective platform, it can be used like any other application.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use git For the versions available, see the tags on this repository.
- Nabeel Aron.
This project is not licensed under any software licensing and therefore has no copyright restrictions. All copyrights for Clubhouse.io is maintained by ClubHouse.
- ClubHouse
- Cross platform application
- Electron js