An open API service indexing awesome lists of open source software.

https://github.com/fupete/danieletabellini

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

11ty artist designer inter italia photoswipe portfolio sandbox vite

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://vitejs.dev/), 🕚 [Eleventy 3](https://www.11ty.dev/), 🖼️ [PhotoSwipe 5](https://photoswipe.com/) and 🔤 [Inter Font](https://rsms.me/inter/).
Ready to use: 🔎 [Pagefind 1](https://pagefind.app/)

The `code foundation` was based on [11ty + Vite starter project](https://github.com/matthiasott/eleventy-plus-vite) by [@matthiasott](https://github.com/matthiasott) ([Original MIT License](https://github.com/matthiasott/eleventy-plus-vite/blob/main/LICENSE)).

---

[![Build and deploy](https://github.com/Fupete/danieletabellini/actions/workflows/build-and-deploy.yml/badge.svg?branch=main)](https://github.com/Fupete/danieletabellini/actions/workflows/build-and-deploy.yml)

---

## Getting started

```sh
npm install
```

## Run dev server

```sh
npm start
```

or

```sh
npx @11ty/eleventy --serve
```

## Build

```sh
npm run build
```

```sh
npx @11ty/eleventy
```

## Clean

```sh
npm run clean
```