Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 373 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 373 Bytes

ChrisKumm.com Next JS Front End

My personal portfolio.

Environment Variables

You'll need to create a .env.local with the following variables:

# Telegram API
# https://core.telegram.org/bots/api
TELEGRAM_TOKEN=
TELEGRAM_CHAT_ID=

# Google reCAPTCHA API
# https://www.google.com/recaptcha/admin/create
NEXT_PUBLIC_RECAPTCHA_SITE_KEY=
RECAPTCHA_SECRET_KEY=