Closed ralexstokes closed 2 years ago
Repo seems to be missing a /dist dir with CSS, image, etc. assets.
/dist
If you look at the beacon-APIs repo, this folder is just checked in (so I don't think it can be generated locally by some tooling).
beacon-APIs
I fixed the website render by cloning this repo along w/ the beacon APIs submodule and just copying /dist next to index.html.
index.html
We should probably do the same here.
Repo seems to be missing a
/dist
dir with CSS, image, etc. assets.If you look at the
beacon-APIs
repo, this folder is just checked in (so I don't think it can be generated locally by some tooling).I fixed the website render by cloning this repo along w/ the beacon APIs submodule and just copying
/dist
next toindex.html
.We should probably do the same here.