Skip to content

itissandeep98/mazout

Repository files navigation

POC for Electric Vehicle Charging station

Tablet Views

image image image image image

Phone/User Views

image image

Development

Requirements

  • Node.js >= 16.15.0
  • yarn >= 1.22.18

Environment variables

  • NEXT_PUBLIC_SUPABASE_ANON_KEY
  • NEXT_PUBLIC_SUPABASE_URL

Both Needs to be set in .env file or the development environment and can be found after creating a database using Supabase

Local Development

  • Install Node Modules
    yarn
    
  • Run dev Server
    yarn dev
    

Deployment

  • Currently it is deployed using Layer0/Edgio
    • Use yarn layer0:deploy to deploy to Layer0
  • Since its a Next.js app you can use your own deployemnt accordingly