Skip to content

keyurshah/paperandmore-closing

Repository files navigation

how to run / build the project

  1. install ruby https://rubyinstaller.org/downloads/, choose latest version 2.6
  2. install jekyll
gem install jekyll bundler
  1. go to the project, install all dependencies
bundle install
  1. develop the project
bundle exec jekyll serve
# or
bundle exec jekyll serve --watch
  1. build for production, or use github auto deployment feature
bundle exec jekyll build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published