Skip to content

This is the repo for https://btcvseth.info, a site to monitor BTC vs ETH donations to Ukraine.

License

Notifications You must be signed in to change notification settings

etheralpha/btcvseth-info

Repository files navigation

btcvseth-info

This is the repo for https://btcvseth.info, a site to monitor BTC vs ETH donations to Ukraine.

Local Development

Using Netlify + Jekyll (required for serverless function testing)

  1. Clone the repo (or fork the repo to your account)
  2. Install dependencies: bundle install
  3. Install dependencies: npm install
    • Note: Use Node v16 (Netlify has issues with Node v17)
  4. Install Netlify CLI: npm install netlify-cli -g
  5. Authenticate Netlify account: netlify login
  6. Create a feature branch off of the dev branch
  7. Start the local server: netlify dev
  8. The local server should open automatically

Just Using Jekyll

  1. Clone the repo (or fork the repo to your account)
  2. Install dependencies: bundle install
  3. Create a feature branch off of the dev branch
  4. Start the local server: bundle exec jekyll serve
  5. Go to http://localhost:4000/ to view changes

To build the site use bundle exec jekyll build.

Resources:

About

This is the repo for https://btcvseth.info, a site to monitor BTC vs ETH donations to Ukraine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published