dbt-labs/hub.getdbt.com

Allow community members to run the website locally

dbeatty10 opened this issue · 0 comments

Overview

As noted in #1774, there's a private submodule that is a blocker for building locally for any community members outside of the dbt-labs organization.

If we remove this blocker, than any community member can build the hub.getdbt.com website locally and participate in development.

Implementation steps

  • copy the CSS files from the fishtown-analytics/www.getdbt.com submodule to an internal folder.
  • remove it from .gitmodules
  • remove it from any instructions (like here)
  • add a Dockerfile
  • add a docker-compose and instructions