Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 927 Bytes

File metadata and controls

29 lines (19 loc) · 927 Bytes

Development Environment

This project uses Jetify Devbox to provide a reproducible development environment with all required tools and dependencies.

Prerequisites

Before using Devbox, ensure you have:

  • Git installed and configured.
  • Nix installed with flakes enabled (required by Devbox).
  • Jetify Devbox installed.

Note: Devbox builds on Nix, so Nix must be installed before installing or using Devbox.

Refer to theses installation guides:

Once these prerequisites are installed, clone the repository and run:

devbox shell

Devbox will provision the development environment defined by the project's devbox.json.