Skip to content

ferrarimarco/angeloferrari.github.io

Repository files navigation

angeloferrari.it

This is the source code of my personal website: https://angeloferrari.it

Build and deploy

Development Environment

Dependencies

  • Docker 1.12+

Build the site

scripts/build.sh

Serve the site

scripts/build.sh "start" "development"

When serving the site, open your browser pointing to http://<ip>:3000 to see it.

To read more about the features of the development web server, refer to Webpack DevServer.