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
- Host: GitHub
- URL: https://github.com/motdotla/integration-example-vercel-edge-function
- Owner: motdotla
- Created: 2022-06-24T01:26:55.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-28T14:48:47.000Z (over 3 years ago)
- Last Synced: 2025-01-24T05:08:52.123Z (9 months ago)
- Language: CSS
- Homepage: integration-example-vercel-edge-function.vercel.app
- Size: 3.19 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://vault.dotenv.org/project/vlt_dffe784246be2f4354aa896d53c13a561e63b0ce8f5bea15bca01d672d3a47fa/example)
# integration-example-vercel-edge-function
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/)
## 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.