Skip to content

Commit

Permalink
Add who is using OpenNext section in readme (#149)
Browse files Browse the repository at this point in the history
* Add who is using OpenNext section in readme

* Sync
  • Loading branch information
fwang authored Jul 4, 2023
1 parent a3e2f70 commit f40854b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ OpenNext aims to support all Next.js 13 features. Some features are work in prog
- [x] [Running at edge](#running-at-edge)
- [x] [No cold start](#how-warming-works)

## Who is using OpenNext?

[NHS England](https://github.com/nhs-england-tools/terraform-aws-opennext)
[Udacity](https://engineering.udacity.com/deploying-next-js-on-the-edge-with-sst-is-sst-the-game-changer-its-claimed-to-be-1f05a0abc27c)

## How does OpenNext work?

When calling `open-next build`, OpenNext **runs `next build`** to build the Next.js app, and then **transforms the build output** to a format that can be deployed to AWS.
Expand Down

1 comment on commit f40854b

@vercel
Copy link

@vercel vercel bot commented on f40854b Jul 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

open-next – ./

open-next-git-main-sst-dev.vercel.app
open-next.vercel.app
open-next-sst-dev.vercel.app

Please sign in to comment.