Skip to Content
Installation GuideStep 4: Dependencies

Step 4: Install PHP and Node Dependencies

Install PHP Dependencies

cd /var/www/ai-education-studio composer install --no-dev --optimize-autoloader

Install Node.js Dependencies and Build

npm install npm run build

Info: npm run build compiles the React frontend for production. Do not use npm run dev in production — it starts a development server, not a production build.

Last updated on