A simple website that shows a curated selection of quotes related to Bitcoin, one quote at a time. Available for everyone at bitcoin-quotes.com.
If you find any typos, grammatical errors, broken links, or any other mistakes or issues, please point them out to me. Or even better: create a pull request to correct them.
Prerequisites:
- Install Rails
- Clone the repository and
cd
into the site's directory - Run
bundle install
to install dependencies fromGemfile
- Install and set up PostgreSQL (see
config/database.yml
for details)
After that, simply run rails s
to serve the site locally.
Two scripts are of interest for updating the DB: db:seed
and paywall:create
. If the site is running on Heroku, for example, the following will do:
heroku run bundle exec rake db:seed && heroku run bundle exec rake paywall:create
You can follow the bot on Twitter and nostr, share the project, submit a quote, or support me directly.
Created with 🧡 by Gigi.