Skip to content

bitprice/app

Repository files navigation

devDependency Status Stories in Ready

BitPrice App

The real-time BitPrice.

Bitcoin is an innovative payment network and a new kind of money.

Bitcoin protects consumers from identity theft, makes banking more efficient and accessible, reduces transaction costs, and eliminates the risk of payment fraud.

The Bitcoin network is supported by thousands of companies and millions of users worldwide. Its scarcity is guaranteed by some simple math built into the globally-shared bitcoin software; no more than 21 trillion bits — the primary currency unit — can exist at one time.

BitPrice.io uses the BBB to calculate the bit price in real time.

Feedback is appreciated! Message me @bitjson. Pull requests welcome.

Developing

You need Sass. Install and run the watch/reload task:

$ npm install -g gulp
$ npm install
$ gulp serve

Build & Optimize

$ gulp

Build and optimize the app, ready for deployment. This includes linting as well as image, script, stylesheet and HTML optimization and minification.

Serve Production Build

$ gulp serve:dist

Serve the optimized and minified version of the app for local testing.

Performance Insights

$ gulp pagespeed

Runs bitprice.io against the PageSpeed Insights API to stay on top of where we can improve.

Deploy to gh-pages

$ gulp deploy

This builds for production, then deploys the dist folder to gh-pages.