A map of the crypto world, powered by Nimiq.
Duplicate .env.example and rename it to .env. Then fill in the values.
VITE_URL_API_URL= # API Endpoint
VITE_GOOGLE_MAP_KEY= # Map ID associated with the maps key in Google Cloud
VITE_RECAPTCHA_SITE_KEY= # Recaptcha Site Keynpm install
yarn installnpm run dev
yarn devThe API specification is hosted at https://github.com/nimiq/establishments-map-backend/blob/main/docs/openapi.yaml.
Run yarn api:generate to generate the API client.
