Skip to content

mtgibbs/mtgibbs.xyz

Repository files navigation

mtgibbs.xyz

Overview

The source for my personal site mtgibbs.xyz. It is a Next.js project bootstrapped with create-next-app.

Development Server

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser.

Docker

Instructions to my future self for deploying the docker image to heroku.

TODO: Make Github Actions do this.

$> docker build -t mtgibbs-next-docker .
$> heroku container:push web
$> heroku container:release web
$> heroku open