The source for my personal site mtgibbs.xyz. It is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
Open http://localhost:3000 with your browser.
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