https://github.com/danielesteban/dani.gatunes.com
My personal website/portfolio
https://github.com/danielesteban/dani.gatunes.com
Last synced: 5 months ago
JSON representation
My personal website/portfolio
- Host: GitHub
- URL: https://github.com/danielesteban/dani.gatunes.com
- Owner: danielesteban
- License: mit
- Created: 2021-01-21T12:16:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-08T21:40:57.000Z (over 1 year ago)
- Last Synced: 2025-07-02T15:50:35.572Z (about 1 year ago)
- Language: Svelte
- Homepage: https://dani.gatunes.com
- Size: 23.2 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[dani.gatunes.com](https://dani.gatunes.com/)
==
[](https://dani.gatunes.com/)
#### Local development
```bash
# clone this repo
git clone https://github.com/danielesteban/dani.gatunes.com.git
cd dani.gatunes.com
# install dependencies
pnpm install
# start the dev environment:
pnpm start
# open http://localhost:8080/ in your browser
```