-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Publishing example examples/v7-nextjs
- Loading branch information
1 parent
9cc231c
commit 26b99ce
Showing
8 changed files
with
4,262 additions
and
952 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) and powered by [Edgio](https://edg.io). | ||
|
||
## Getting Started | ||
|
||
### Install Packages | ||
|
||
```bash | ||
npm install | ||
``` | ||
|
||
### Local Development Server | ||
|
||
```bash | ||
npm run edgio: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. | ||
|
||
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font. | ||
|
||
This project also uses the Next.js Image component which Edgio automatically optimizes and serves images using the Edgio Image Optimization feature. | ||
|
||
## Learn More | ||
|
||
To learn more about Edgio, take a look at the following resources: | ||
|
||
- [Edgio Documentation](https://docs.edg.io) - learn about Edgio features | ||
|
||
## Deploy on Edgio | ||
|
||
Deploy this project on Edgio with the following command: | ||
|
||
```bash | ||
npm run edgio:deploy | ||
``` | ||
|
||
Check out our [Next.js documentation](https://docs.edg.io/guides/v7/sites_frameworks/getting_started/next) for more details. | ||
|
||
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.