Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.1 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.1 KB

Dev Portfolio

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.

Netlify Status

Development

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.

Publishing

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

License

Completely free (MIT)! See LICENSE.md for more.