Skip to content

ferrarimarco/ferrarimarco.github.io

Repository files navigation

Personal site

This is the source code of my personal site: https://ferrarimarco.info

CI

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.