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 on the first installation, as it takes time to compile dependencies. - Run
bundle exec jekyll serve
.
The site will then be available at localhost:4000.