Skip to content

prinsium/ghibli-stream

Repository files navigation

Installation and usage

create a folder named 'ghiblistream' and under that folder

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