https://github.com/threefoldtech/threefold_connect_wizard_archive
Wizard used in TFConnect app
https://github.com/threefoldtech/threefold_connect_wizard_archive
Last synced: about 1 month ago
JSON representation
Wizard used in TFConnect app
- Host: GitHub
- URL: https://github.com/threefoldtech/threefold_connect_wizard_archive
- Owner: threefoldtech
- License: apache-2.0
- Created: 2022-12-07T07:02:05.000Z (over 2 years ago)
- Default Branch: development
- Last Pushed: 2025-03-16T23:49:12.000Z (2 months ago)
- Last Synced: 2025-04-09T17:09:57.089Z (about 1 month ago)
- Language: Vue
- Size: 3.38 MB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ThreeFold Connect Wizard
Wizard used in [ThreeFold Connect's](https://github.com/threefoldtech/threefold_connect) mobile app for a quick guide about ThreeFold.
## Environments
### Production
```shell
https://wizard.jimber.org
```### Staging
```shell
https://wizard-staging.jimbertesting.be
```### Development
This codebase is currently Vue2 with Vuetify (will be changed in the future to Vue3 + TailwindCSS)
#### Start UI
```shell
yarn && yarn serve
```### HELM
```
helm upgrade --install dev-wizard helm_charts -f helm_charts/values/values-dev.yaml
--set global.WIZARD_IMAGE="threefoldjimber/threefold-connect-wizard:staging-latest" -n jimber
```