Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/givanse/btc-scarcity

💸 bitcoin scarcity infographic
https://github.com/givanse/btc-scarcity

bitcoin btc calculator digital-money infographic money stack-sats

Last synced: about 19 hours ago
JSON representation

💸 bitcoin scarcity infographic

Awesome Lists containing this project

README

        

# btc-scarcity

https://bitcoin.givan.se/?btc=0.0025&fiat=20&loc=en

## CLI Commands

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm start

# build for production with minification
npm build

# test the production build locally
npm serve

# run tests with jest and preact-render-spy
npm test

# run the backend
npm install -g netlify-cli
npm run lambda
```

For detailed explanation on how things work, checkout the [CLI Readme](https://github.com/developit/preact-cli/blob/master/README.md).