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