Skip to content
Topher Timzen edited this page Jul 12, 2018 · 4 revisions

Do you want to develop for BSidesPDX?

Before you submit a pull request or commit to the repo, ensure the site renders properly without any errors or warnings and looks the way you intend.

git clone [email protected]:BSidesPDX/bsidespdx.org.git
cd bsidespdx.org
bundle install
bundle exec jekyll serve --watch

This will render the Jekyll site on 127.0.0.1:4000 and will watch bsidespdx.org for any local changes.

Clone this wiki locally