Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 630 Bytes

README.md

File metadata and controls

37 lines (29 loc) · 630 Bytes

briantakita.me-dev

Development monorepo for briantakita.me

Setup

git checkout [email protected]:btakita/briantakita.me-dev.git
cd briantakita.me-dev
git submodule init
git submodule update
touch .env
bun i
assets--download--sync
app--build
docker-compose--build

Update

git fetch && git rebase
git submodule foreach 'git add . && git reset --hard && git fetch && git rebase'

Development (ssh git submodules)

./.gitmodules--ssh.sh
git submodule update --init --recursive

Production (https git submodules)

./.gitmodules--https.sh
git submodule update --init --recursive