This repository contains the source code for my personal portofolio. Using Typescript and NextJS 13, it is designed to showcase my projects, skills, and experience.
You can visit the live website at https://tylerrlin.github.io.
- Modular React Components built with TypeScript using Tailwind CSS styling
- Simple PocketBase backend to store Contact Form submissions
- Framer Motion powered animations and gesture responses
- Responsive design tailored for both mobile/desktop
Before running your personal portfolio website locally, ensure you have the following:
- Node.js installed
- Git installed
git clone https://github.com/tylerrlin/tylerrlin.github.io.git
cd tylerrlin.github.ionpm installnpm run devCongratulations! Visit http://localhost:8080 in your browser to view your personal portfolio. To change the port, edit the package.json file.
Feel free to make changes to the portfolio code. The development server will automatically reload as you save changes.
