Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 866 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 866 Bytes

awscommunitynordics

This is the repository of the website awscommunitynordics.org. It is hosted directly from the repository as a GitHub Pages website.

Local Setup

To preview the website locally:

  1. Install Ruby and Bundler if you don't have them already.

  2. Install Jekyll and other dependencies from the GitHub Pages gem:

$ bundle install
  1. Run Jekyll using the following command in the docs directory:
$ bundle exec jekyll serve

To preview the site with drafts, run jekyll serve with the --drafts switch:

$ bundle exec jekyll serve --drafts

Then, load http://localhost:4000/ in your browser.