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

https://github.com/trevonerd/marco-trevisani

This is the source code of my website: marcotrevisani.com. An amazing Next.js project :)
https://github.com/trevonerd/marco-trevisani

Last synced: 2 months ago
JSON representation

This is the source code of my website: marcotrevisani.com. An amazing Next.js project :)

Awesome Lists containing this project

README

        

# marco-trevisani

This is the source code of my website: https://www.marcotrevisani.com. An amazing Next.js project :)

### development:

```
yarn dev
```

### production:

```
yarn build
yarn start
```