Website pages are placed under src/pages, whereas components are in src/components. The mappings of page and URL are defined in config/router.config.js. VSCode's Code navigation functionality will come in handy when trying to locate a specific components.
Please push your commits to "develop" branch.
npm install
npm start # local
npm run build
git push
# server
cd acy-dex-interface
sudo git pull