Skip to content

dayon3/auto-show

Repository files navigation

Logo

Auto Show

A platform to showcase your cars.

Running Locally

$ git clone https://github.com/dayon3/auto-show.git
$ cd auto-show
$ yarn
$ yarn dev

Environment Variables

# FaunaDB
FAUNA_SECRET=

# Cloudinary
CLOUDINARY_NAME=
CLOUDINARY_API_KEY=
CLOUDINARY_API_SECRET=

# Auth0
AUTH0_SECRET=
AUTH0_BASE_URL=
AUTH0_ISSUER_BASE_URL=
AUTH0_CLIENT_ID=

# Mapbox
NEXT_PUBLIC_MAPBOX_TOKEN=

Built Using