This repo contains my portfolio showcasing a few of my projects as well as displaying my CV. It was originally forked from the static html template of RyanFitzgerald/devportfolio but since has evolved into a next.js app which leverages static side generation to allow an easier maintenance of the website.
To view a live demo, click here.
First, install the dependencies. Then run the development server:
npm install
npm run dev
Open http://localhost:3000 with your browser to see the result.
Once your changes are pushed to the remote git repository, netlify will take care of deploying it. You can preview the statically generated content manually using:
npm run build
npm run start
Completely free (MIT)! See LICENSE.md for more.