Personal Blog - blog.marco-marassi.com

You can find the app in action here.

Table of Contents

Installation

# clone the repo
$ git clone https://github.com/thtg88/blog.marco-marassi.com.git my-project

# go into app's directory
$ cd my-project

Basic usage

# dev server with hot module replacement at http://localhost:3000
$ npm run dev

Navigate to http://localhost:3000. The app will automatically reload if you change any of the source files.

Build

Run build to build the project. The build artifacts will be stored in the .next/ directory.

# build for production with minification
$ npm run build

Run export to build the project The artifacts will be stored in the out/ directory.

npm run export

Versioning

blog.marco-marassi.com is maintained under the Semantic Versioning guidelines.

See the change-log of the project for changelogs for each release version.

License

Code released under the MIT license.