# clone source repo
git clone https://github.com/johnstallo/maria-martucci.git
# install ZEIT's Now CLI
npm install -g nownpm install
# Force Node.js to use the legacy OpenSSL provider
export NODE_OPTIONS=--openssl-legacy-provider
npm run dev# Run from the root folder
now# View deployments
now ls
# Deploy to production
now --target production