Skip to content

farolfo/luther

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Luther - Donate Bitcoin Now

Luther is an open source non-profit project that looks for helping people donating money to verified charity entities and NGOs (Non Gubernamental Organizations) using Bitcoin.

Luther provides the BTC addresses of these organizations, with the link of their site in case the user wants to validate the address, which its always encouraged.

Compile

Luther's base code is tested under node v10.18.1. If you don't have node installed yet, do it via nvm.

You MUST have already installed local grunt and babel scripts.

npm install grunt-cli
npm install --save-dev grunt-babel babel-cli

Then, run

$ npm install

Run

Start a local web server using grunt (with an npm command) and go to http://localhost:9000.

$ npm run serve

Test

Contribute