Skip to content

Hack4Impact-UMD/the-giving-heart

Repository files navigation

The Giving Heart

Getting Started

First, run the development server:

yarn dev

Check if code is deployable:

yarn build

Open http://localhost:3000 with your browser to see the result.

Enviornment Variables

NEXT_PUBLIC_STRAPI_API_TOKEN=""
NEXT_PUBLIC_PAGE_LIMIT=6
NEXT_PUBLIC_STRAPI_FORM_SUBMISSION_TOKEN=""

# local development:
NEXT_PUBLIC_STRAPI_API_URL=http://localhost:1337

# hosted:
# NEXT_PUBLIC_STRAPI_API_URL=""
NEXT_PUBLIC_MAPBOX_ACCESS_TOKEN="pk.eyJ1IjoidGhlZ2l2aW5naGVhcnQiLCJhIjoiY2xwNWl3bm50MWVudzJqbzRzMHQ4cHRpdyJ9.hd8bhxh4uUXhe1xA1X9tCA"

Tech Stack

Tech Stack