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.
npm install
npm start
# local
npm run build
git push