Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.09 KB

README.md

File metadata and controls

48 lines (31 loc) · 1.09 KB

Playground portfolio

I am Daniele Tabellini (@fupete) and this is the repository for my new personal portfolio website and digital playground. Let's see. Gently.

In use: 🍷 Vite 5, 🕚 Eleventy 3, 🖼️ PhotoSwipe 5 and 🔤 Inter Font.
Ready to use: 🔎 Pagefind 1

The code foundation was based on 11ty + Vite starter project by @matthiasott (Original MIT License).


Build and deploy


Getting started

npm install

Run dev server

npm start

or

npx @11ty/eleventy --serve

Build

npm run build
npx @11ty/eleventy

Clean

npm run clean