Closed javier-tarazaga closed 4 years ago
Thanks @javier-tarazaga! Anything I can do to review/test this & get it merged?
@samajammin if you start the project locally and see it working
Odd, when did that change 🤔
I'm having trouble getting my local env running (I'll create an issue if this persists) - @Spejbl could you please quickly review this & merge if it's working? Thanks!
Fixed my local env issues but @javier-tarazaga when I started the project locally (via npm start
), the READMES in the UI are out of date (they still link to /images/ dir & as a result are still broken):
Is there a build step I'm missing to update the README files in the UI? I tried running npm run build
then npm start
but that didn't change anything.
@samajammin sounds like a good idea in fact. We should not have to explain the UX of the tool in the readmes of the templates
Description of the Change
Change from where images from the README file are being loaded. Atm they are broken and should be served from the
static
site's folder.Github Issues
This fixes #183