Development Environment
Requirements
Instructions
git clone {{ REPOSITORY_URL }}cd /path/to/DirectoryListercomposer install npm install npm run devdocker-compose up -d127.0.0.1 directory-lister.local
Common Development Commands
Clear the application cache
Build dependencies and assets (for production)
Clear built assets
Run test suite
Check or fix coding standards
Perform static analysis
Generate code coverage report
Last updated
Was this helpful?