Next.js Discord

Discord Forum

How to deploy turbo repo next js to vercel

Unanswered
381679 posted this in #help-forum
Open in Discord
So basically it contains
1)apps folder - a web folder which has all the api and admin frontend
A docs folder which has the User frontend
2)packages folder - which contains schema.prisma logic
So please help me to deploy this!!!!
https://github.com/Krishna1199000/lab

2 Replies

@381679 So basically it contains 1)apps folder - a web folder which has all the api and admin frontend A docs folder which has the User frontend 2)packages folder - which contains schema.prisma logic So please help me to deploy this!!!! https://github.com/Krishna1199000/lab
1. Enter your dashboard (signin if needed): https://vercel.com/dashboard
2. Click Add New...
3. Choose Project
4. Press Import for the correct github project (signin to github if needed)
5. Press Deploy

So in 5 steps you have your app deployed
@381679 solved?