Skip to content
This repository was archived by the owner on Aug 25, 2026. It is now read-only.

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EnergyIntegrationWebApp

Stable Dev Build Status ColPrac: Contributor's Guide on Collaborative Practices for Community Packages PkgEval

Warning

This repository is no longer maintained. Development has moved to the new repository on Codeberg.

EnergyIntegrationWebApp.jl is the Julia backend service for the EnergyIntegration web UI. It exposes a JSON API for building and solving HEN problems and serves the prebuilt frontend assets via Julia Artifacts.

Related repos:

Quick start

using EnergyIntegrationWebApp
serve_webapp()

By default, the server loads frontend assets from the webapp_dist artifact. You can override the dist path with ENV["EIWEBAPP_DIST"] or dist_dir.

Updating the frontend artifact

When a new frontend release is published, update Artifacts.toml with:

include("scripts/update_artifact.jl")
main("v0.1.0")

This downloads the release tarball, computes hashes, and updates the artifact entry.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages