A list of stores using Lightning as a payment method
The goal is to build a website ([LightningTracker.io]()) with a comprehensive list of sites that support Lightning Payments.
[LightningTracker.io]() is built upon Jekyll, using the github-pages gem.
In order to run the site locally, it is necessary to install bundler, install all dependencies, and then use Jekyll to serve
the site. If the gem
command is not available to you, it is necessary to install Ruby with RubyGems.
Once Ruby and RubyGems are installed and available from the command line, LightningTracker can be setup using the following commands.
gem install bundler
cd ~/lightningtracker
bundle install
bundle exec jekyll serve
If you're using Ubuntu or Bash on Windows (WSL) you'll probably need to install these dependencies first:
sudo apt install libffi-dev nodejs python-dev gcc ruby rails make zlib1g-dev ruby-dev libcurl3
gem install bundler
The LightningTracker website should then be accessible from http://localhost:4000
.
Another option is to run Jekyll inside a Docker container. Please read the Jekyll Docker Documentation on how to do this.
This code is distributed under the MIT license. For more info, read the LICENSE file distributed with the source code.