File: /var/www/linde-ai/html/scripts/README.md
# Scripts
This is the main folder that contains custom JavaScript used for this WordPress website.
## Structure
### Files
- `app.js` - main file where you import your custom modules that are created in `/modules`
- `assets.js` - file that tells Webpack to load assets in `/assets` folder through Webpack. This file imports those static assets in order for Webpack to recognize them and push them through its process
- `index.js` - main file that handles "hot reloading" of this website
### Folders
`/modules` folder is only folder you will need here. It contains all custom JavaScript modules that are created for this specific WordPress website. This can be something small as a scroll to top button functionality to more complex interactions and animations