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 :)
- Host: GitHub
- URL: https://github.com/trevonerd/marco-trevisani
- Owner: trevonerd
- Created: 2020-01-25T22:01:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-24T20:50:43.000Z (over 1 year ago)
- Last Synced: 2025-01-24T10:08:41.337Z (4 months ago)
- Language: JavaScript
- Homepage: https://www.marcotrevisani.com
- Size: 397 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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
```