- frontend of adhub-laravel project in my repo
- in laravel if you are run
make devall servers should be up includeNEXTand no need to runnpm run devhere
NPMandNodeabove v20
- run
make devto reload and start project in development mode - run
next infofor info about next.js - run
next lintfor linting errors
- run
make fix-permissionsto fix access - run
make installto an init project - apply required changes in .env file if needed
- goto http://localhost:3000 in your browser to see a result

