- Framework: Next.js
- Deployment: Vercel
- Content: Tina
- Styling: Tailwind
- Animations: use-presence
- Mailer: Sendgrid
- Logging: LogFlare
git clone git@github.com:EthanStandel/cakeelizabethdotcom.git
cd cakeelizabethdotcom
npm i
npm run devCreate a .env.local file in the root directory and fulfill these SendGrid properties
MAIL_API_KEY=
MAIL_TARGET=
MAIL_FROM=public/*- all content that gets served publicallysrc/*- all logic, templating, and stylessrc/app/*- all route content