This site is deployed via GitHub Pages as a Project Page.
- Production URL:
https://revalex-technologies.github.io/Revalex-Technologies-Home/ - Local dev:
yarn dev - Local preview:
yarn preview - Build:
yarn build - The Vite
baseis set to/Revalex-Technologies-Home/so assets resolve correctly under the project subpath. - To use a custom domain later, set
VITE_BASEto'/'in the Pages build step or updatevite.config.tsaccordingly.