Quick start
-
For this project you need to have installed on your machine:
- Bash (same here, just try
bash --version
in a terminal). - Git (run
git --version
to see if you already have it installed). - A PHP IDE, preferably PhpStorm.
- Bash (same here, just try
-
Clone this project to your machine:
git clone https://github.com/MedicalMundi/oe-module-npi-registry.git
-
Next,
cd
into the project directory and run:composer install
Now you are ready to work.