Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 220 Bytes

DEVELOPMENT.md

File metadata and controls

22 lines (15 loc) · 220 Bytes

DEVELOPMENT

Testing

Start frontend:

make acceptance-frontend-dev-start

Start backend:

make build-acceptance
make acceptance-backend-start

Run tests

make acceptance-test