Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 735 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 735 Bytes

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