Skip to content

mattfrias/mattfrias-site

Repository files navigation

Logo

mattfrias.com - v2

The second iteration of mattfrias.com built with Next.js, TypeScript, Tailwind CSS, and Framer Motion. Coded on Visual Studio Code and hosted on Docker.

Previous iterations: v1

Docker Image CI Status Docker Image Version

🛠️ Installation & Set Up

Run Locally

  1. Install dependencies
npm install
  1. Build the project
npm run build
  1. Start the production server
npm run start
  1. Open http://localhost:3000 with your browser to see the result.

Using Docker

  1. Build the Docker image
docker build -t mattfrias-site .
  1. Run the Docker image
docker run -p 3000:3000 mattfrias-site
  1. Open http://DOCKER-HOST:3000 with your browser, where DOCKER-HOST is the IP address of the host running Docker, to see the result.