(Google form link) Click here to provide feedback

Commands

  1. For windows:
     bundle exec jekyll serve -H 0.0.0.0 -P 9000 --force_polling
    
  2. For Linux:
     bundle exec jekyll serve -H 0.0.0.0 -P 9000
    

How to run the project

docker run -ti -p 127.0.0.1:9000:9000 –volume=”$PWD:/srv/jekyll” rajveerb/rajveerbachkaniwala.com:latest /bin/bash