Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.05 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.05 KB

Build GitHub license

My personal website.

Fabrizio duroni blog


Installation

Install all the dependecies needed by running the command:

npm install

You can then check a development version by running the command:

npm run dev

To check a production build run the following commands:

npm run build
npm start

Overview

This website has been created using Next.js. To learn more about Next.js, take a look at the following resources: