by web developer, riri :)
This repository is linked to Vercel. Every time a new commit is pushed to the main branch, Vercel automatically deploys the changes. However, the actual app is located inside the slo-akdphi directory.
-
Vercel Configuration:
- Ensure the Root Directory in the Vercel settings is set to
slo-akdphi. (enabled)
- Ensure the Root Directory in the Vercel settings is set to
-
Automatic Deployment:
- Push changes to the
mainbranch. - Vercel will build and deploy from the
slo-akdphidirectory.
- Push changes to the
-
Verify Deployment:
- Visit the deployment URL in the Vercel dashboard to check your changes.
- Install Vercel CLI:
npm install -g vercel
- Navigate to Project Directory
cd slo-akdphi - Deploy the App
vercel
- Production Deployment:
vercel --prod