Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 998 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 998 Bytes

Deploy with Vercel

sajadevo.com

Running Locally

This application requires Node.js v18.17+.

git clone git@github.com:sajadevo/sajadevo.com.git my-portfolio
cd my-portfolio
bun install
bun dev

Rename the .env.example file to .env.local and fill in the necessary environment variables.

Environment Variables

NEXT_PUBLIC_PROD_URL=
NEXT_PUBLIC_DEV_URL=https://localhost:3000

RESEND_API_KEY=
RESEND_FROM_EMAIL=
RESEND_TO_EMAIL=

OPENPANEL_CLIENT_ID=

Notes

  1. You are free to use this code as inspiration.
  2. Please do not copy it directly.
  3. Crediting the author is appreciated.