Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 538 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 538 Bytes

btc-scarcity

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

CLI Commands

# 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.