Add boostrap scripts

This commit is contained in:
Guilherme Werner
2024-01-07 19:08:31 -03:00
parent 7d645f6db5
commit 08557b5f36
2 changed files with 8 additions and 0 deletions

4
bootstrap.ps1 Normal file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env pwsh
git submodule update --init --recursive
pnpm install

4
bootstrap.sh Normal file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env sh
git submodule update --init --recursive
pnpm install