Skip to content

hyplabs/highstreet-market

Repository files navigation

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Variables To Note

Countdown

To the Nav.tsx component, change the date string for the countdown to change.

Blog Articles

The medium publication URL can be changed by going to pages/index.tsx and changing the feedUrl prop in

<BlogGrid
  feedUrl={'https://medium.com/feed/highstreet-market'}
  itemsPerPage={3}
/>

If the medium source is a user, add an @ before the handle.