Select a mall (or auto-detect based on your your current location), select a store, and see which direction it is from where you are. Or find where you parked.
- Run
pnpm i
followed bypnpm dev
to install the dependencies and start the development server. - Add your API keys to the
.env
file.
NEXT_PUBLIC_GOOGLE_MAPS_API_KEY
: The Google Maps API is used on the Google Places Autocomplete component.NEXT_PUBLIC_NOAA_API_KEY
: The NOAA API is used to get magnetic declination. Get your key here. Complete the usage survey and you'll be provided with an API key.
- Navigate to http://localhost:3000.
See: Setting Up a Development SSL Certificate for Local testing in Next.js 15