Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 340 Bytes

File metadata and controls

19 lines (10 loc) · 340 Bytes

Ada's Eyrie Repo

Wherein I set up a little space for myself on the web, and learn a bunch of stuff as I go.

Requirements

brew install pdm

Getting started

  • Activate your virtualenv: pdm venv activate

Running test

  • pytest --env=dev

Use a development image

  • docker build --target dev -t eyrie-dev:latest .