Skip to content
This repository was archived by the owner on Dec 23, 2025. It is now read-only.

danielh-official/streaks-for-ynab-website

Repository files navigation

Website

This is the official website for Streaks (For YNAB), built with Jekyll and hosted on GitHub Pages.

🚀 Quick Start

Prerequisites

  • Ruby 2.6 or higher
  • Bundler gem

Local Development

  1. Fork and clone:
git clone https://github.com/YOUR-USERNAME/streaks-for-ynab-website.git
cd streaks-for-ynab-website
  1. Install dependencies:

    bundle install
  2. Start the development server:

    bundle exec jekyll serve
  3. View the site: Open http://localhost:4000 in your browser.

Local Development with Base URL

If you encounter issues with the base URL configuration, use the development config:

bundle exec jekyll serve --config _config.yml,_config_dev.yml

This overrides the base URL for local testing.

Building for Production

bundle exec jekyll build

The built site will be in the _site directory.