Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 464 Bytes

File metadata and controls

15 lines (12 loc) · 464 Bytes

CodeYoungstown.com

This is a Next.js project bootstrapped with create-next-app. It is styled with Tailwind CSS and hosted on Vercel.

Add env

Add a .env file for local only vars

NEXT_PUBLIC_RECAPTCHA_SITE_KEY=6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI

Run locally

npm install
npm run dev