A frontend to the Tyche Package
This Qt application is designed to be deployed to a website (as a WASM app) to interface to a running tyche endpoint.
- Ensure you have a working install of the tyche JSON RPC endpoint
- Head over to
https://github.com/NREL/tyche
- Download and install from the GUI_dev branch
- Run the
tyche/src/tyche-gui /server.py
script to activate the endpoint
- Head over to
- Run the frontend
- Download a release package from
https://github.com/nicholasbl/TycheFrontend
. - Unpack, and run the
serve_wasm.py
script - Open a browser to the address the script mentions
- Download a release package from
Currently the serve script for the frontend is NOT OPTIMAL and is super super slow for some reason! Just wait a bit and it will work.
For this dev release we are disabling all CORS! This is not secure for production!