A personal portfolio website showcasing my projects and experience.
- Framework: Angular
- Styling: Bootstrap
- Runtime: Bun
- Testing Framework: Vitest
- Deployment: Vercel
- DNS: Amazon Route 53
bun install
bun startbun run testbun lint # Checks for lint errors
# or
bun lint:fix # Fixes lint errors automatically for youbun run format # Formats all files in project using Prettier
# or
bun run format:check # Check if all files have been formatted with Prettier