https://github.com/threefoldtech/grid3_deployments_builder
https://github.com/threefoldtech/grid3_deployments_builder
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/threefoldtech/grid3_deployments_builder
- Owner: threefoldtech
- License: apache-2.0
- Created: 2021-10-07T15:41:00.000Z (over 3 years ago)
- Default Branch: development
- Last Pushed: 2023-10-12T09:23:21.000Z (over 1 year ago)
- Last Synced: 2023-10-13T05:10:40.660Z (over 1 year ago)
- Language: Svelte
- Size: 1.37 MB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Grid3 Deployment Builder
This project is a simple UI to deploy different deployments on Grid3 like `Machines, Kubernetes, ZDBs and Gateways`
Lets start :rocket:
## Get started
- Install the dependencies...
```bash
npm install
``````bash
yarn
```- Run a localhost instance
```bash
npm run dev
``````bash
yarn dev
```Navigate to [localhost:8080](http://localhost:8080). You should see your live instance running.
## Features
- Drag & Drop
- Easy configurations
- No backend - all running from browser