Skip to content

gibbsju/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

Packages

No packages published

Languages

  • TypeScript 73.3%
  • CSS 17.0%
  • Dockerfile 5.2%
  • JavaScript 4.5%