First, run the development server:
npm install
npm run dev
# or
yarn dev
Create console developer account firebase. create new project. get the client and secret create .env.local file in root directory and paste below code init and add your values.
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
NEXTAUTH_URL=http://localhost:3003/
API_KEY=
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.