Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/torqs-project/q8s-studio
Qubernetes Studio
https://github.com/torqs-project/q8s-studio
jupyter jupyter-notebook jupyterhub jupyterlab kubernetes quantum quantum-computing
Last synced: 3 months ago
JSON representation
Qubernetes Studio
- Host: GitHub
- URL: https://github.com/torqs-project/q8s-studio
- Owner: torqs-project
- License: apache-2.0
- Created: 2024-06-05T17:06:12.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-30T12:08:22.000Z (4 months ago)
- Last Synced: 2024-09-28T23:22:01.818Z (3 months ago)
- Topics: jupyter, jupyter-notebook, jupyterhub, jupyterlab, kubernetes, quantum, quantum-computing
- Language: TypeScript
- Homepage:
- Size: 1.27 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Qubernetes Studio (q8s-studio)
This is a simple GUI app for facilitating Kubernetes cluster running and management.## Features
- Create and manage Kubernetes kluster configurations
- Run saved configurations easily
- Get information of the running container in app
- Open running Jupyter Lab in your browser with a click## Contributing
If you find a bug or have a feature idea that is not listed on GitHub issues, please file one.
On small solutions, file a pull request. For larger changes, please contact the developers ([email protected]) directly or open an issue for discussion on github.### Starting Development
[Electron React Boilerplate template](https://github.com/electron-react-boilerplate/electron-react-boilerplate
) have been used to get started in the project. For detailed instructions on how to use the template, please refer to their [README](https://github.com/electron-react-boilerplate/electron-react-boilerplate/) .Clone this repository and navigate to the directory
```bash
git clone https://github.com/torqs-project/q8s-studio.gitcd q8s-studio
```Install dependencies:
```bash
npm install
```Start the app in the `dev` environment:
```bash
npm start
```### Packaging for Production
To package apps for the local platform:
```bash
npm run package
```