exaland / google-docs-clone-nextjs

A clone Google Docs with Firebase and NextJS

Home Page:google-docs-clone-nextjs.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Docs Clone

This example shows how to use Tailwind CSS (v2.2) with Next.js. It follows the steps outlined in the official Tailwind docs.

How to use

In local :

  • Create in root folder an .env.local file

and type your firebase credentials

NEXTAUTH_URL=http://localhost:3000
GOOGLE_CLIENT_ID=YOUR GOOGLE CLIENT ID
GOOGLE_CLIENT_SECRET=YOUR GOOGLE SECRET CLIENT KEY
npx create-next-app --example with-tailwindcss with-tailwindcss-app
# or
yarn create next-app --example with-tailwindcss with-tailwindcss-app

Deploy it to the cloud with Vercel (Documentation).

About

A clone Google Docs with Firebase and NextJS

google-docs-clone-nextjs.vercel.app


Languages

Language:JavaScript 98.9%Language:CSS 1.1%