An open API service indexing awesome lists of open source software.

https://github.com/motdotla/integration-example-vercel-edge-function

▲🌎💛 Vercel Edge Function + Dotenv integration example
https://github.com/motdotla/integration-example-vercel-edge-function

Last synced: 7 months ago
JSON representation

▲🌎💛 Vercel Edge Function + Dotenv integration example

Awesome Lists containing this project

README

          

[![fork with dotenv-vault](https://badge.dotenv.org/fork.svg?r=1)](https://vault.dotenv.org/project/vlt_dffe784246be2f4354aa896d53c13a561e63b0ce8f5bea15bca01d672d3a47fa/example)

# integration-example-vercel-edge-function

verceldotenv

Example Vercel Edge Function (Middleware) + Dotenv integration.

View the live example here: [https://integration-example-vercel-edge-function.vercel.app/](https://integration-example-vercel-edge-function.vercel.app/)

integration-example-vercel-edge-function

## Development

Run the development server:

```bash
npm install
npm run dev
# or
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.