Getting Started
This project uses devbox to manage its development environment.
Install devbox:
sh
curl -fsSL https://get.jetpack.io/devbox | bashStart the devbox shell:
sh
devbox shellRun a script in the devbox environment:
sh
devbox run <script>Shell Init Hook
The Shell Init Hook is a script that runs whenever the devbox environment is instantiated. It runs on devbox shell and on devbox run.
sh