This is a React-based portfolio website showcasing Unreal Engine, Virtual Production, and Broadcast Engineering projects.
- Built with React + Vite + TypeScript
- Styled with Tailwind CSS
- Configured with ESLint + Prettier for code quality
- GitHub Actions for automated deployment
Prerequisites: Node.js (v18+)
-
Install dependencies:
npm install
-
Set the environment variables if needed (refer to
.env.exampleif available, or ask for API keys).- Currently uses
GEMINI_API_KEYfor AI features.
- Currently uses
-
Run the development server:
npm run dev
-
Build for production:
npm run build
This project is configured to deploy to GitHub Pages automatically via GitHub Actions on push to the main branch.