https://github.com/sergey-melnychuk/sergey-melnychuk.github.io
Blog on software engineering
https://github.com/sergey-melnychuk/sergey-melnychuk.github.io
blog software-engineering
Last synced: 2 months ago
JSON representation
Blog on software engineering
- Host: GitHub
- URL: https://github.com/sergey-melnychuk/sergey-melnychuk.github.io
- Owner: sergey-melnychuk
- Created: 2015-07-23T13:05:37.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-05-22T10:42:15.000Z (10 months ago)
- Last Synced: 2025-05-22T12:22:10.165Z (10 months ago)
- Topics: blog, software-engineering
- Language: HTML
- Homepage: https://sergey-melnychuk.github.io
- Size: 6.29 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [sergey-melnychuk.github.io](https://sergey-melnychuk.github.io)
Blog on software engineering
```bash
## Install rvm (https://rvm.io/)
curl -sSL https://get.rvm.io | bash -s stable
# https://github.com/rbenv/ruby-build/discussions/2053#discussioncomment-6725967
rvm install 3.1.2 --with-openssl-dir=$(brew --prefix openssl@3)
source "$HOME/.rvm/scripts/rvm"
rvm 3.1.2 --default
gem install bundler
bundle install
## Run locally
bundle exec jekyll serve --host=0.0.0.0
```