This is the source for the BP Studio website at bp-studio.github.io.
If you want to run this website locally, you need to:
- Install Ruby.
- Run
bundle install
to install dependencies. Could take like 30 minutes or so. - Run
bundle exec jekyll serve
.
The site will then be available at localhost:4000.