create a folder named 'ghiblistream' and under that folder
- Clone this repository
git clone https://github.com/prinsium/ghibli-stream.git
- Install dependencies
npm install
- Configure environment variables in .env file
MONGODB_URI=<YOUR_MONGODB_URI>
NEXTAUTH_SECRET=<YOUR_SECRET_KEY>
- Start a new terminal and run development server
npm run dev