Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 196 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 196 Bytes

ORM for BEAR.Sunday

Development

Tests with docker

# Build docker image
docker-compose build

# Install vendor
docker-compose run orm install

# Run tests
docker-compose up