bootstrap is not included in local BitcoinUnlimitedWeb

torusJKL

Active Member
Nov 30, 2016
497
1,156
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.
Code:
<link rel="stylesheet" href="/components/bootstrap/dist/css/bootstrap.min.css">
Should I get them manually or is there a step I missed?

Thanks