https://github.com/motdotla/integration-example-vercel
▲💛 Vercel + Dotenv integration example
https://github.com/motdotla/integration-example-vercel
Last synced: 4 months ago
JSON representation
▲💛 Vercel + Dotenv integration example
- Host: GitHub
- URL: https://github.com/motdotla/integration-example-vercel
- Owner: motdotla
- Created: 2022-06-16T23:01:21.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-29T19:24:29.000Z (over 3 years ago)
- Last Synced: 2025-08-18T23:42:54.940Z (5 months ago)
- Language: CSS
- Homepage: integration-example-vercel.vercel.app
- Size: 3.42 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# integration-example-vercel


Example Vercel + Dotenv integration.
View the live example here: [https://dotenv-integration-example-vercel.vercel.app/](https://dotenv-integration-example-vercel.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.