Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 439 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 439 Bytes

BP Studio website

This is the source for the BP Studio website at bp-studio.github.io.

Running locally

If you want to run this website locally, you need to:

  1. Install Ruby.
  2. Run bundle install to install dependencies. Could take like 30 minutes or so.
  3. Run bundle exec jekyll serve.

The site will then be available at localhost:4000.