- Next.js Deployment: https://study-buddy-next.vercel.app/
- Node.js Deployment: https://sb-node.onrender.com/
- Navigate to the
next
directory - Install dependencies:
npm install
- Start the development server:
npm run dev
- Navigate to the
node
directory - Create a new
.env
file by copying.env.example
- Fill in the environment variables, such as
MONGODB_URL
, in your.env
file - Install dependencies:
npm install
- Start the server:
npm run dev