Skip to content

Getting Started

This project uses devbox to manage its development environment.

Install devbox:

sh
curl -fsSL https://get.jetpack.io/devbox | bash

Start the devbox shell:

sh
devbox shell

Run 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

Packages