Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 661 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 661 Bytes

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