On this site I show off what I can do, and what I've done in the past. Want to know how my skills came to be? Or how long I've been active in IT? It's all here.
View the live deployment of this portfolio here: https://izkuipers.nl/home
First of all, clone the git repository:
git clone [email protected]:IzKuipers/Portfolio-2025
Then, using your favourite NodeJS package manager (yarn
in my case), run the frontend:
Yarn
Satisfy dependencies:
yarn
Then run the frontend:
yarn dev
... or build it if you want:
yarn build
Node Package Manager (npm)
Satisfy dependencies:
npm install
Then run the frontend:
npm run dev
... or build it if you want:
npm run build
The frontend should be running on http://localhost:5173 if you're running instead of building.
This frontend makes use of nodemailer to allow visitors to send me an email directly from the site instead of having to open their own email client. However, this part of the codebase requires some configuration before it'll be functional for you. Follow along to configure it:
- Make a copy of
mailer.example.config.json
asmailer.config.json
and open it in your favourite text editor. - Replace the value of
user
with your Gmail email address (Gmail is what I use, so that's what I made the mailer point to) - Replace the value of
pass
with an App Password for your Google account which you can create here. Do note that you must have 2FA enabled on your google account for this page to be available to you. It's also very possible that Google will bug out and refuse to give you a password, I've seen it happen. - Start the frontend, go to the Contact Me page, and see if it works!
Izaak Kuipers [email protected]
MIT