Welcome to my portfolio website built with Next.js and Tailwind CSS! This website showcases my programming and video production projects. You can view my programming projects directly from within the portfolio. Additionally, you'll find my resume and a contact page for reaching out to me.
-
Programming Projects: Explore my latest coding projects with detailed descriptions, live demos and GitHub repositories.
-
Video Production Projects: Check out my video production work, including various packages and PSAs about and for the community.
-
Resume: View my resume online to learn more about my skills and experience.
-
Contact Page: Reach out to me easily via the contact form.
-
Clone the Repository:
git clone https://github.com/alexandergardiner/portfolio.git
-
Navigate to the Project Directory:
cd portfolio -
Install Dependencies:
npm install
-
Initialize Submodules:
git submodule init -
Update Submodules:
git submodule update -
Build the Server:
- Windows:
npm run build-windows - Linux:
npm run build
- Windows:
-
Start the Server:
- Windows:
npm run start-windows - Linux:
npm run start
- Windows:
This project is licensed under the MIT License. See the LICENSE file for more details.