Skip to content
This repository has been archived by the owner on Jul 30, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 519 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (17 loc) · 519 Bytes

Development Environment

Test

To test this project go into the test directory and execute the following command:

vagrant up

If the execution fails the Vagrant provisioning step will fail. To re-run the tests you can execute the provisioning step again.

vagrant provision

To later destroy it just execute the following command:

vagrant destroy