You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The web app of this demo is under folder: /apps/web ( you can run it by npm run dev in the folder). now we need to deploy the app to our cloud, because this is a demo, we don't need to do a perfect devops deployment workflow, the goal is: build this next.js as a static website, and copy the file to our s3 bucket and can visit the website by the default domain of the bucket.
@SuspenseFallback Vercel is nice, and good approach for this project, but because Greenstand is a big platform, with all kinds of language and tech stack on the cloud, so we consider a more generic and comprehensive solution for the whole cloud, we don't' want to introduce a new cloud infra to Greenstand at this moment, because it requires extra maintenance.
The web app of this demo is under folder:
/apps/web
( you can run it by npm run dev in the folder). now we need to deploy the app to our cloud, because this is a demo, we don't need to do a perfect devops deployment workflow, the goal is: build this next.js as a static website, and copy the file to our s3 bucket and can visit the website by the default domain of the bucket.About build next.js, here is the document: https://nextjs.org/docs/pages/building-your-application/deploying/static-exports
The text was updated successfully, but these errors were encountered: