- Framework: Next.js
- Deployment: Vercel
- Content: Tina
- Styling: Tailwind
- Animations: use-presence
- Mailer: Sendgrid
- Logging: LogFlare
git clone [email protected]:EthanStandel/cakeelizabethdotcom.git
cd cakeelizabethdotcom
npm i
npm run dev
Create 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