Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

dresandev/dresan.me

Repository files navigation

Personal Website

This is my personal website where you can find my featured projects, my CV, my notes and some links about software development that have been useful to me. It is made with nextjs-14, CSS-modules and my hands 🤌🏻.

Screenshots

dresan-website-preview

Getting Started

If you want to edit this site locally you can do so by running the following commands

  cd dresan.me
  # or the name you gave the project when cloning the repository
  yarn dev
  # or
  pnpm dev
  # or
  npm dev