You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that we have a semi-functional frontend implementation in this repo, we should automatically deploy it on successful merges to main (and probably even for PRs). This should be relatively easy to do as it's entirely browser-based and can be distributed via CDN.
The easiest way to do this is by building the frontend during CI and storing it in Nix, then pushing that Nix artifact during the CD step (post-merge to main). Therefore, I'd like to wait for Wasm support in haskell.nix, assuming that merges in the not-too-distant future:
Uh oh!
There was an error while loading. Please reload this page.
Now that we have a semi-functional frontend implementation in this repo, we should automatically deploy it on successful merges to
main
(and probably even for PRs). This should be relatively easy to do as it's entirely browser-based and can be distributed via CDN.The easiest way to do this is by building the frontend during CI and storing it in Nix, then pushing that Nix artifact during the CD step (post-merge to
main
). Therefore, I'd like to wait for Wasm support inhaskell.nix
, assuming that merges in the not-too-distant future:The text was updated successfully, but these errors were encountered: