This is the official website for Streaks (For YNAB), built with Jekyll and hosted on GitHub Pages.
- Ruby 2.6 or higher
- Bundler gem
- Fork and clone:
git clone https://github.com/YOUR-USERNAME/streaks-for-ynab-website.git
cd streaks-for-ynab-website-
Install dependencies:
bundle install
-
Start the development server:
bundle exec jekyll serve -
View the site: Open http://localhost:4000 in your browser.
If you encounter issues with the base URL configuration, use the development config:
bundle exec jekyll serve --config _config.yml,_config_dev.ymlThis overrides the base URL for local testing.
bundle exec jekyll buildThe built site will be in the _site directory.