Skip to content

My new portfolio in svelte. (Portfolio + Blog + Contact Form)

License

Notifications You must be signed in to change notification settings

Farmeurimmo/portfolio

Repository files navigation

My V4 Portfolio (Svelte+Vite+TailwindCSS)

This is the fourth iteration of my portfolio site. It's built with Svelte and Tailwind CSS. See how it looks at https://v4.farmeurimmo.fr/.

Hosted on vercel.

Developing

You need to have Node.js >= 16 installed on your machine.

Once you've created a project and installed dependencies with pnpm install (or pnpm install or yarn), start a development server:

pnpm run dev

# or start the server and open the app in a new browser tab
pnpm run dev --open