/monomi

Walk arround the world to find your experience

Primary LanguageCSS

Deployment

Prepare enviroment variables below

Environment variables

Variable Description
KOIKI_MONOMI_MAPBOX_TOKEN Mapbox token. It use to display map
KOIKI_MONOMI_GOOGLE_API_KEY Google Map Place API Key. It use to use place finding
REDISCLOUD_URL Redis URL. It use to store event data

Development

See Environment variables to setup environment first.

Install and start up server.

npm i
npm run dev