Contanize is a multi-screen desktop application developed using the Wails framework with ReactJS for the frontend, TailwindCSS for styling, and Go for the backend. It provides a user-friendly interface for creating and managing isolated containers with desired technology stacks.
You can install Contanize by following these steps:
Run the following command in your terminal:
curl -fsSL https://raw.githubusercontent.com/harshau007/contanize/main/install.sh | sh
This will download and install the application on your system.
You can uninstall Contanize by following these step:
sudo rm -rf /usr/local/share/contanize/ /usr/bin/contanize /usr/share/pixmaps/contanize.png /usr/share/applications/contanize.desktop
To run the application in live development mode:
wails dev
To build a redistributable, production-ready package, use the following command:
wails build
This will generate a distributable package for your platform in the build
directory.
We welcome contributions to Contanize! To contribute, please follow these steps:
- Fork the repository and clone it to your local machine.
- Create a new branch for your feature or fix.
- Make your changes and test them thoroughly.
- Commit your changes and push them to your fork.
- Submit a pull request detailing the changes you've made.
Contanize is released under the GNU General Public License.