KipK / openevse-gui-v2

OpenEVSE WiFi Gateway User Interface (V2)
BSD 2-Clause "Simplified" License
5 stars 2 forks source link

OpenEVSE-UI

New User Interface for OpenEVSE Wifi module

image

Framework: Svelte ( https://svelte.dev/ ) / Vite ( https://vitejs.dev/ ) CSS Framework: Bulma ( https://bulma.io )

Recommended IDE Setup

VS Code + Svelte for VS Code.

develop & test

set VITE_OPENEVSEHOST in .env ( default to openevse.local)

git submodule update --init --recursive

npm install

npm run dev

point your browser to http://localhost:5173

build

npm run build