operate-first / operate-first.github.io-old

GNU General Public License v3.0
18 stars 42 forks source link

repo too large #370

Closed durandom closed 2 years ago

durandom commented 2 years ago

Using https://github.com/newren/git-filter-repo it looks like the size of the repo (7GB++) is due to the gh-pages branch containing a lot of pages and all the history.

Solutions:

durandom commented 2 years ago

to speed up local build times:

shallow clone

git clone --depth 1 git@github.com:operate-first/operate-first.github.io.git

multi core builds

GATSBY_CPU_COUNT=6 npm run dev

durandom commented 2 years ago

since we have a new website, not relevant anymore