This is the source code for my brand new personal portfolio website. You can visit it here.
Used Technologies:
Clone this repository. You will need Node.js
and Git
installed globally on your system.
- Navigate into the project
- Installation:
npm install
- Start the local dev server:
npm start
Open http://localhost:5173 to see it live in the browser. Hot-reloading is supported, so any changes you make should be visible immediately.
I won't accept any pull-requests. But you can fork the repo and do whatever you want with it.