Warning
You do not need this if you want to use Embeddr
This repo is for development only.
Please use embeddr-cli
Requires embeddr-cli to be running.
To get a frontend development server working.
git clone https://github.com/embeddr-net/embeddr-frontend
cd embeddr-frontend
pnpm install
# The frontend uses VITE_BACKEND_URL
# During buildtime this is set to `/api/v1`
VITE_BACKEND_URL="http://127.0.0.1:8003/api/v1" pnpm devOnce running, open http://localhost:5173 to view
Some components are moved to embeddr-react-ui.
This is so things like the Lightbox and Visualizers can be reused across different integrations.
