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

https://github.com/matteopolak/website_v1

Portfolio created with Svelte and Vite.
https://github.com/matteopolak/website_v1

portfolio svelte vite website

Last synced: about 1 month ago
JSON representation

Portfolio created with Svelte and Vite.

Awesome Lists containing this project

README

        

# Portfolio 📜

![Build Status](https://github.com/matteopolak/matteopolak.github.io/actions/workflows/deploy.yml/badge.svg)
[![License:MIT](https://img.shields.io/badge/license-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
![Built With Svelte](https://img.shields.io/badge/built%20with-svelte-aa1e1e?logo=svelte&style=flat)
![Built With Vite](https://img.shields.io/badge/built%20with-vite-646CFF?logo=vite&style=flat)

This is the site for my portfolio, located at **[matteopolak.com](https://matteopolak.com)**. It is written in Svelte and built with Vite.

## Setup
```powershell
# install modules
npm install

# run in development mode
npm run dev

# build the site
npm run build
```