Github pages using Jekyll
- Follow installation steps on https://jekyllrb.com/docs/installation/
- Run following command:
bundle config set --local path 'vendor/bundle'
bundle install
- Run dev server:
npm run dev
Github pages using Jekyll
bundle config set --local path 'vendor/bundle'
bundle install
npm run dev