Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 595 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 595 Bytes

EDOL Monorepo

This is the EDOL monorepo. The source code is mainly Python. pyproject.toml has details about some dependencies.

Getting Started

This project uses devbox to manage its development environment. Devbox is an alternative to devcontainers that doesn't require Docker.

Install devbox:

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

Start the devbox shell:

devbox shell

Run a script in the devbox environment:

devbox run <script>

For scripts and packages see devbox.json