Skip to content

A personal portfolio website statically and multilingually generated using next.js.

License

Notifications You must be signed in to change notification settings

drik98/devportfolio

 
 

Repository files navigation

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.

About

A personal portfolio website statically and multilingually generated using next.js.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 56.3%
  • TeX 22.4%
  • SCSS 21.0%
  • JavaScript 0.3%