Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 882 Bytes

README.md

File metadata and controls

38 lines (28 loc) · 882 Bytes

cakeelizabeth.com

Tooling overview

Running locally

Basic

git clone git@github.com:EthanStandel/cakeelizabethdotcom.git
cd cakeelizabethdotcom
npm i
npm run dev

Making the contact form work

Create a .env.local file in the root directory and fulfill these SendGrid properties

MAIL_API_KEY=
MAIL_TARGET=
MAIL_FROM=

Codebase overview

  • public/* - all content that gets served publically
  • src/* - all logic, templating, and styles
    • src/app/* - all route content