Create .env.local file in the project root and add inside
-
NEXT_PUBLIC_API_URL = http://127.0.0.1:8000 -
NEXT_PUBLIC_GOOGLE_ID = 295264717867-a820d6hphgleqas4dfro4jll1g4la01g.apps.googleusercontent.com -
NEXT_PUBLIC_DOMAIN = res.cloudinary.com -
NEXT_PUBLIC_GOOGLE_ANALYTICS = Your google analytics id
Run the client:
npm install npm run dev