This is a Next.JS 12 app bootstrapped with create-next-app
- React.JS 18
- Next.JS 12
- Sanity
- Google Auth
- GSAP
- TailwindCSS
To run this project, you will need to add the following environment variables to your .env file
NEXT_PUBLIC_SANITY_TOKEN=
NEXT_PUBLIC_GOOGLE_CLIENT=
NEXT_PUBLIC_GOOGLE_SECRET=
Install my-project with npm and open in VSCode
npm install my-project
cd my-project
code .