Skip to content

alexlorenzi/alexlorenzi-site

Repository files navigation

Landing Page Site

Page with some basic info about me

Building and running on localhost

First install dependencies:

yarn

To run in hot module reloading mode:

yarn start

To create a production build:

yarn run build-prod