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

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

Awesome Lists containing this project

README

          

[dani.gatunes.com](https://dani.gatunes.com/)
==

[![screenshot](public/screenshot.png)](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
```