Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/givanse/btc-scarcity
- Owner: givanse
- Created: 2019-10-05T19:30:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-16T06:15:47.000Z (8 months ago)
- Last Synced: 2024-03-16T08:25:58.593Z (8 months ago)
- Topics: bitcoin, btc, calculator, digital-money, infographic, money, stack-sats
- Language: JavaScript
- Homepage: https://bitcoin.givan.se/?loc=en
- Size: 3.01 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
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).