De applicatie voor de TC van SKC
- Ensure Node.js and Node Package Manager are installed
- Run
npm installto pull all required Node packages - PHP packages are included; no composer install needed.
- TC-app uses the configuration.php file from Joomla 3 to connect to a DB. Make sure the file is there.
- TC-app does not by itself create the 3 required tables in the database (tcapp_players, tcapp_player_types, tcapp_teams). Make sure your local DB has these tables! Look at the live SKC database for the table structure.