-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Implement a local mode #541
Comments
Are you talking about running the Next.js server locally and also deploying? That should be possible with SST v3. Alternatively, there are instructions for running OpenNext locally in the README. To set up an existing Next.js project with SST, deploy, and run locally:
Does that fit your needs? If you give it a try and run into any issues, feel free to reach out, I'm not 100% sure I got the instructions right from memory and I'm willing to tweak them as needed for clarity or to fix mistakes. |
Thanks, but this issue is more a reminder of what i need to do as a PR. |
Allow to run OpenNext (not Next) locally for testing/debugging purposes with a simple command like
@opennextjs/aws local
or@opennextjs/aws dev
It should be relatively easy, as everything is already in the doc
The text was updated successfully, but these errors were encountered: