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
I've been trying to build this on my machine and test out some changes. I ran into a lot of problems with yarn, but managed to get it working in the end.
I tried yarn serve docs, but this brought up a blank page (not completely blank but the .html file was confusing and short). I messed around with it and had to make two changes to get it to work:
Change
to
Use yarn serve build instead of yarn serve docs
I haven't done much with node or yarn so I don't know why this works. Maybe this is only necessary for hosting locally, but a note about this in the readme would be helpful for anyone else who gets stuck.
I'm glad I did get it working though, the overlay looks great and now I can keep customizing it!
The text was updated successfully, but these errors were encountered:
Hi,
I've been trying to build this on my machine and test out some changes. I ran into a lot of problems with yarn, but managed to get it working in the end.
I tried
yarn serve docs
, but this brought up a blank page (not completely blank but the .html file was confusing and short). I messed around with it and had to make two changes to get it to work:Change
to
Use
yarn serve build
instead ofyarn serve docs
I haven't done much with node or yarn so I don't know why this works. Maybe this is only necessary for hosting locally, but a note about this in the readme would be helpful for anyone else who gets stuck.
I'm glad I did get it working though, the overlay looks great and now I can keep customizing it!
The text was updated successfully, but these errors were encountered: