Personal portfolio site for Ts. Amin Yuddin — Platform Engineering & Technology Architect.
Live: https://amnydn.dev
- React 19 + TypeScript
- Vite 7
- Firebase Hosting
npm install
npm run devOpen http://localhost:5173.
- Install Firebase CLI (if needed):
npm install -g firebase-tools - Log in:
firebase login - Create a new project:
npx firebase projects:create PROJECT_ID --display-name "Your Display Name"Example:
npx firebase projects:create amnydn --display-name "amnydn"- Initialize Hosting in this repo (if not already done):
npx firebase init hosting- Link the project:
firebase use --addand select your project (creates local.firebaserc). - Build and deploy:
npm run build # outputs to dist/
npm run deploy # build + firebase deployfirebase use --add # link project if needed
npm run deployMIT — see LICENSE.