Skip to content

lavoor/portfolio

Repository files navigation

Portfolio Website

This is the source code for my personal portfolio website, showcasing my skills, projects, and experience as a front-end developer.
App is using Next.js, Typescript and TailwindCSS.

live demo

stanislawsynal.pl

run locally

clone repository
git clone https://github.com/lavoor/portfolio.git
install dependencies
npm install
change .env/.env.local file
NEXT_PUBLIC_EMAILJS_SERVICE_ID=
NEXT_PUBLIC_EMAILJS_TEMPLATE_ID=
NEXT_PUBLIC_EMAILJS_PUBLIC_KEY=
NEXT_PUBLIC_RECAPTCHA_SITE_KEY=
start the development server:
npm run dev
Open the app in your browser at http://localhost:3000.

technology stack

nextjs logo typescript logo tailwindcss logo