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.
- Host: GitHub
- URL: https://github.com/matteopolak/website_v1
- Owner: matteopolak
- License: mit
- Created: 2022-09-29T23:14:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-10T00:04:38.000Z (over 2 years ago)
- Last Synced: 2025-02-16T18:46:35.882Z (4 months ago)
- Topics: portfolio, svelte, vite, website
- Language: Svelte
- Homepage: https://matteopolak.com
- Size: 1.95 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Portfolio 📜

[](https://opensource.org/licenses/MIT)

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
```