Default application for project Jodit Application
Install full requires including dev
composer install
Start PHP server
npm start
or
cd ./docker && docker-compose up
Run tests
./vendor/bin/codecept run
Run only API tests
./vendor/bin/codecept run api
Run only unit tests
./vendor/bin/codecept run unit