I'm trying to run the Bitcoin Unlimited web page on my local machine (Ubuntu 16.04).
I followed the steps on how to install with npm as defined in the readme.
When I run the local server I can browse the homepage on localhost but the referenced bootstrap files are missing.
Should I get them manually or is there a step I missed?
Thanks
I followed the steps on how to install with npm as defined in the readme.
When I run the local server I can browse the homepage on localhost but the referenced bootstrap files are missing.
Code:
<link rel="stylesheet" href="/components/bootstrap/dist/css/bootstrap.min.css">
Thanks