Create a Vercel project, and set the following environment variables:
AUTH0_KEYbase64 encoded auth0 signing keyFAUNA_ADMIN_SECRETFaunaDB admin secret
Run now env pull to download environment variables, and then:
now devThe API will be available at http://localhost:3000
now