Skip to content

preetjdp/Blog

Repository files navigation

preetjdp.dev

Personal blogs of Preet Parekh.

Credits

  • Dan Abramov for the overreacted blog
  • Al Joseph Condino for the Next JS migration to the blog

Env Variables

Create .env.local for environment variables. You should have a twitter api token because most of my post is using the static twitter component.

TWITTER_API_TOKEN=
MAILCHIMP_API_KEY=
MAILCHIMP_API_SERVER=
MAILCHIMP_AUDIENCE_ID=

Run the development server

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser

Built using