logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install jetify-com/devbox. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

jetify-com/devbox Installation Guide

How to install jetify-com/devbox. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for jetify-com/devbox. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i jetify-com/devbox
or

Install via npx

npx @hexmos/ipm i jetify-com/devbox

Prerequisites

nix

system_package

Version: 23.04.1-devbox-stable-linux-amd64.tar.xz

python

language

Version: 3.8.10

git

system_tool

Version: 2.37.1

curl

system_tool

Version: 7.84.0

nodejs

language

Version: 16.15.0

npm

package_manager

Version: 12.18.0

docker

system_tool

Version: 20.10.1

devbox-cli

package_manager

Version: 0.1.0

docker-compose

system_tool

Version: 2.7.3

vscode

environment

Version: 1.84.0

docker-machine

system_tool

Version: 2.7.3

virtualenv

package_manager

Version: 19.0.1

python-dotenv

library

Version: 0.20.1

pytest

package_manager

Version: 7.2.1

pytest-cov

library

Version: 3.0.0

pytest-mock

library

Version: 4.1.0

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Download Devbox Installer Script

curl -fsSL https://get.jetify.com/devbox | bash

Initialize Devbox Environment

devbox init

Add Python 3.10 to Devbox Environment

devbox add python@3.10

Start Devbox Shell

devbox shell

Post Installation Steps

  • Start the server: `npm run start`
  • Migrate database: `npx knex migrate`
  • Access the UI: `http://localhost:3000`