You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone git@github.com:JacquesLucke/jlucke.com.git
cd jlucke.com
npm install
# Debug server with live preview.
npm run dev
# Generate static site.
npm run build