Skip to content

TylerMommsen/portfolio

Repository files navigation

Tyler Mommsen Portfolio

Dive into my portfolio where you can view my projects that display my skills in building web applications. Each project has progressed my growth as a web developer and was a joy to build. Explore, enjoy and don't hesitate to reach out for any inquiries.

Live Demo

View Live Site Here

Built With

Next.js icon
react icon
typescript icon
tailwind icon

Development

Follow these steps to run the project locally.

  1. Clone the repository.

HTTPS

git clone https://github.com/TylerMommsen/gamevault.git

or

SSH

git clone git@github.com:TylerMommsen/gamevault.git
  1. Install dependenices
npm install
  1. Run the project
npm run dev