Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.21 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.21 KB

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: