This is the repo for https://btcvseth.info, a site to monitor BTC vs ETH donations to Ukraine.
- Clone the repo (or fork the repo to your account)
- Install dependencies:
bundle install
- Install dependencies:
npm install
- Note: Use Node v16 (Netlify has issues with Node v17)
- Install Netlify CLI:
npm install netlify-cli -g
- Authenticate Netlify account:
netlify login
- Create a feature branch off of the
dev
branch - Start the local server:
netlify dev
- The local server should open automatically
- Clone the repo (or fork the repo to your account)
- Install dependencies:
bundle install
- Create a feature branch off of the
dev
branch - Start the local server:
bundle exec jekyll serve
- Go to http://localhost:4000/ to view changes
To build the site use bundle exec jekyll build
.
Resources: