This repository is where the GitGram project website lives.vIt includes documentation, links to support and some other stuff.
- Open me in Gitpod.
- Wait for dependencies to get installed.
- Edit, save, and see the preview in real-time.
- Ready? Commit, push to your fork and make a PR!
We recommend to install the official GitHub CLI, gh
, to complete these steps.
- Launch your terminal and do
gh clone Git-Gram/git-gram.github.io
. - Install deps with
bundle
. - To start the dev server, type
bundle exec jekyll server -l -I -V
and hit Enter. - Open your preview in
http://localhost:4000
. - Edit, save, and see the preview in real-time.
- Ready? Commit, push to your fork and make a PR!