The AcklenAvenue official website.
- Install ruby, and jekyll gem. Follow this steps https://jekyllrb.com/docs/installation/windows/
- Clone repo
git clone https://github.com/AcklenAvenue/acklenavenue.github.io.git
- Open terminal in the project directory.
- Install required gems
bundle install
- Serve project
bundle exec jekyll serve
- If Ruby version 3.0.0 or higher is used, gem webrick is not included. Fix with
bundle add webrick