Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 388 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 388 Bytes

Sushi store client

Create .env.local file in the project root and add inside

  1. NEXT_PUBLIC_API_URL = http://127.0.0.1:8000

  2. NEXT_PUBLIC_GOOGLE_ID = 295264717867-a820d6hphgleqas4dfro4jll1g4la01g.apps.googleusercontent.com

  3. NEXT_PUBLIC_DOMAIN = res.cloudinary.com

  4. NEXT_PUBLIC_GOOGLE_ANALYTICS = Your google analytics id

Run the client: npm install npm run dev