Simple Online Docs clone with Next.js, NextAuth and Firebase.
First clone this repository.
git clone https://github.com/sakilk130/next-docs.git
Install dependencies. Make sure you already have nodejs
& yarn
installed in your system.
yarn
Copy .env.example to .env.local and fill all the values.
cp .env.example .env.local
Run the development server:
yarn dev