Welcome! This is my portfolio 2025, built with the Shadcn UI library and i18next for multilanguage support. This portfolio is in a constant working in progress and showcase of my skills and projects as web developer and UXUI designer. You can navigate through the different sections to learn more about me and my work. RT
Prerequisites: The following steps require NodeJS to be installed on your system, so please install it beforehand if you haven't already.
To get started with your project, you'll first need to install the dependencies with:
npm install
Then, you'll be able to run a development version of the project with:
npm run dev
After a few seconds, your project should be accessible at the address http://localhost:5173/
If you are satisfied with the result, you can finally build the project for release with:
npm run build