Step 4: Install PHP and Node Dependencies
Install PHP Dependencies
cd /var/www/ai-education-studio
composer install --no-dev --optimize-autoloaderInstall Node.js Dependencies and Build
npm install
npm run buildInfo:
npm run buildcompiles the React frontend for production. Do not usenpm run devin production — it starts a development server, not a production build.
Last updated on