btcrelay
btcrelay copied to clipboard
Functional website
Coded website with node.js, pug, less, bower, grunt tasks for development, production and surge deployment.
Broken developer pages into separate files so they can have different URLs. Fixed broken SVG (fuzzy font on Firefox) on homepage. @ethers please review
@cubedro Thank you for your implementation! It has been deployed to btcrelay.org
Further notes: I am still figuring out what to do with this pull request: for now the website/dist directory of this frontend branch was pushed (force required) to the tempGH branch using:
git push origin `git subtree split --prefix website/dist origin frontend`:tempGH --force
And then in gh-pages branch, this was run to deploy to btcrelay.org:
git merge -Xtheirs origin/tempGH
New site looks great!
@ethers site looks good! Np, you can leave it if you want to keep it separate.